library zend-skeleton
Skeleton Application for ZF2
coderockr/zend-skeleton
Skeleton Application for ZF2
- Tuesday, September 17, 2013
- by eminetto
- Repository
- 4 Watchers
- 6 Stars
- 19 Installations
- JavaScript
- 0 Dependents
- 0 Suggesters
- 7 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Para instalar:
curl -s https://getcomposer.org/installer | php
php composer.phar create-project -s dev coderockr/zend-skeleton project_name
cd project_name
git init
git remote add origin git@github.com:Coderockr/Projeto.git
git add .
git commit -m "Commit inicial"
git push origin master
Configuração do servidor
<VirtualHost *:80>
ServerName projeto.dev
DocumentRoot /vagrant/Projeto/Web/public
SetEnv APPLICATION_ENV "development"
SetEnv PROJECT_ROOT "/vagrant/Projeto/Web"
<Directory /vagrant/Projeto/Web/public>
DirectoryIndex index.php
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
dev-master
9999999-dev
Skeleton Application for ZF2
Sources
Download
BSD-3-Clause
The Requires
framework
zf2
doctrine2