This is accompanying code from Zend Framework 2 tutorial series in which fully functional Blog application with user management, articles and comments is built.
Latest version is in the master branch and there are branches for each part of the tutorial.
You can access all parts from the first part of the series.
Clone the repository and manually invoke composer
using the shipped
composer.phar
:
cd your/project/dir
git clone https://github.com/codeforest/zend-framework-2-tutorial
php composer.phar self-update
php composer.phar install
(The self-update
directive is to ensure you have an up-to-date composer.phar
available.)
Follow the steps in the first part of the series to setup everything.