Functional ZF2 tutorial.
cd my/project/dir
git clone [email protected]:danieljin/zf2-tutorial-completed.git
cd zf2-tutorial-completed
php composer.phar self-update
php composer.phar install
Replace config/autoload/sample-local.php credentials and rename file to local.php
Setup Apache and point to to the public/ directory of the project.