Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 471 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 471 Bytes

zf2skeleton

Introduction

A simple skeleton application for Zend Framework 2. A starting point for those who are looking to start with zf2.

Installation

Composer

Download the files as a zip-file or by using GIT:

cd my/project/dir
git clone git://github.com/oxodesign/zf2skeleton.git

after thats done, open the terminal, change directory to zf2skeleton folder and run:

php composer.phar install