Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 460 Bytes

File metadata and controls

19 lines (14 loc) · 460 Bytes

Completed ZF2 Tutorial

Introduction

Functional ZF2 tutorial.

Installation

cd my/project/dir
git clone git@github.com: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.