Console
bin\console |
List available commands and show the Symfony version |
server:run |
Run the built-in web server |
assets:install --symlink |
Install bundle assets as a symlink or hardcopy |
debug:autowire |
Lists classes/interfaces you can use for autowiring |
debug:config |
Dumps the current configuration for an extension |
debug:container |
Displays current services for an application |
debug:form |
Lists classes/interfaces you can use for autowiring |
debug:route |
Displays current routes for an application |
Usage:
php bin\console command [options] [arguments]
Options:
-h, --help Display this help message
-q, --quiet Do not output any message
-n, --no-interaction Do not ask any interactive question
-e, --env=ENV The environment name [default: "dev"]
--no-debug Switches off debug mode
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Comments
Related