wesleywillians / son-skeleton-application
Skeleton Application for ZF2 from School of Net
1.0.1
2013-01-09 17:52 UTC
Requires
- doctrine/doctrine-orm-module: dev-master
- hounddog/doctrine-data-fixture-module: dev-master
- wesleywillians/son-base: dev-master
This package is not auto-updated.
Last update: 2025-01-04 16:00:34 UTC
README
Introduction
This is a simple, skeleton application using the ZF2 MVC layer and module systems. This application is meant to be used as a starting place for those looking to get their feet wet with ZF2.
Installation
Using Composer (recommended)
Clone the repository and manually invoke composer
using the shipped
composer.phar
:
cd my/project/dir
git clone https://github.com/wesleywillians/SONSkeletonApplication
cd SONkeletonApplication
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.)
Virtual Host
Afterwards, set up a virtual host to point to the public/ directory of the project and you should be ready to go!
Tests
This module is prepared to be tested with phpunit and Doctrine 2 is already setup.