Symfony 2. Some console commands

31-10-2019 18:40
php app/console help php app/console doctrine:generate:entities Demos/BlogBundle/Entity/User creating getters and setters php app/console doctrine:schema:update --force creating and changing tables in databases php app/console cache:clear -e prod clearing cash on prod php app/console generate:bundle creating bundle php app/console router:debug to view routes list php app/console assets: ...