Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/willmendesneto/zf2repository

Estudos sobre o Zend Framework 2
https://github.com/willmendesneto/zf2repository

Last synced: about 2 months ago
JSON representation

Estudos sobre o Zend Framework 2

Awesome Lists containing this project

README

        

ZendSkeletonApplication
=======================

Introduction
------------
This is a simple, skeleton application using the ZF2 MVC layer and module
systems, based in the [http://github.com/zendframework/ZendSkeletonApplication](http://github.com/zendframework/ZendSkeletonApplication)

Features added:

- Core module with
- TableGateway implementation
- PHPUnit tests
- Entity class
- Service class
- AdapterServiceFactory using module-based db configuration

- Skel module

Installation
------------

Using Composer (recommended)
----------------------------
The recommended way to get a working copy of this project is to clone the repository
and use composer to install dependencies:

cd my/project/dir
git clone git://github.com/eminetto/ZendSkeletonApplication.git
cd ZendSkeletonApplication
php composer.phar install

Virtual Host
------------


ServerName zf2napratica.dev
DocumentRoot /vagrant/zf2napratica/public
SetEnv APPLICATION_ENV "development"
SetEnv PROJECT_ROOT "/vagrant/zf2napratica"

DirectoryIndex index.php
AllowOverride All
Order allow,deny
Allow from all