- Go to
https://github.com/zendframework/ZendSkeletonApplicationand click the “Zip” button - This will download a file with a name like
ZendSkeletonApplication-master.zip - Unzip this file into the directory and rename it to something like 'skeleton'
- Navigate into this folder and run the
composer.pharas described below - This installs ZF2 in the vendor/zendframework/zendframework folder
cd skeleton
php composer.phar self-update
php composer.phar install
No comments:
Post a Comment