Skip to content

codeforest/zend-framework-2-tutorial

Repository files navigation

Zend Framework 2 tutorial series

Introduction

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.

Installation

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.)

Post install

Follow the steps in the first part of the series to setup everything.

About

Zend Framework 2 tutorial series

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published