Showing 2 Result(s)
console command list

Always keep on hand when developing in the dev environment

to view the current configuration of a particular {bundle} : $ php bin/console debug:config {bundle-name} to view the potential configurations of a particular {bundle} : $ php bin/console config:dump {bundle-name} the following list is used to regenerate the entire database including migrations and data fakes : $ symfony console doctrine:database:drop –force $ symfony console doctrine:database:create …