-
Update app configuration as needed for your dev environment:
/app/config/config.yml /app/config/config_dev.yml /app/config/config_test.yml /app/config/config_prod.yml /app/config/parameters.yml
-
Run database schema (Important: note that Symfony 3 changed app/console to bin/console):
$ php bin/console doctrine:schema:update --force
-
Compile front-end assets using npm (node package manager) and grunt
$ cd static $ npm install $ grunt
jarrettbarnett/fasstt.symfony
Playing around with Symfony3 by building a theoretical issue tracker w/ Bootstrap
PHP