This is a simple, skeleton application using:
- ZF2
- Doctrine
- Zftool
- Zend-developer-tools
cd my/project/dir
git clone git@github.com:rorteg/project-z.git
cd project-z
php composer.phar update
Change settings on any files:
- config/autoload/doctrine.local.php
Afterwards, set up a virtual host to point to the public/ directory of the project and you should be ready to go!