davidyell / Learning-Symfony2

Learning Symfony2 by recreating a Stack Exchange website
MIT License
3 stars 0 forks source link

Learning Symfony2

A quick site put together to learn the Symfony2 framework by recreating a Stack Exchange site.

Install and usage

To install the repo needs to be cloned.
Composer needs to download dependancies with composer install
Must create the schema php app/console doctrine:migrations:migrate

References

Tip of the hat to Stack Exchange.
Symfony docs - http://symfony.com/doc/current/index.html

SensioLabsInsight