techgardeners/sfbaseprj

There is no license information available for the latest version (dev-master) of this package.

Symfony 2 base Project

dev-master 2013-02-24 00:24 UTC

This package is not auto-updated.

Last update: 2024-03-16 12:07:01 UTC


README

Base project based on Symfony 2

Install

Install framework

php composer.phar create-project techgardeners/sfbaseprj path/to/install master

create database and run:

app/console doctrine:migrations:diff

app/console doctrine:migrations:migrate