Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Coderockr/CoderockrZendSkeleton

Repository files navigation

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>

About

Coderockr's Zend Framework 2 + Doctrine 2 skeleton

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published