Symfony2 Advanced Demo with Doctrine2, DoctrineMigrations, KnpMenu, FOSUserBundle, VichUploaderBundle, LiipImagineBundle, FileUploaderBundle with crop functionality
INSTALL:
-
run "git clone https://github.com/harpcio/sf2-demo.git"
-
run "composer install"
-
run "bower install"
-
run "php app/console doctrine:migrations:migrate"
-
run "php app/console fos:user:create" and create "admin"
-
run "php app/console fos:user:promote" and add to "admin" role "ROLE_ADMIN"
Have fun!