les commandes Flashcards
help
Displays help for a command
list
Lists commands
assetic:dump
Dumps all assets to the filesystem
assetic:watch
Dumps assets to the filesystem as their source files are modified
assets:install
Installs bundles web assets under a public web directory
braincafted:bootstrap:generate
Generates a custom bootstrap.less
braincafted:bootstrap:install
Installs the icon font
cache:clear
Clears the cache
cache:warmup
Warms up an empty cache
config:debug
Dumps the current configuration for an extension
config:dump-reference
Dumps the default configuration for an extension
container:debug
Displays current services for an application
debug:config
Dumps the current configuration for an extension
debug:container
Displays current services for an application
debug:event-dispatcher
Displays configured listeners for an application
debug:router
Displays current routes for an application
debug:swiftmailer
Displays current mailers for an application
debug:translation
Displays translation messages informations
debug:twig
Shows a list of twig functions, filters, globals and tests
doctrine:cache:clear-metadata
Clears all metadata cache for an entity manager
doctrine:cache:clear-query
Clears all query cache for an entity manager
doctrine:cache:clear-result
Clears result cache for an entity manager
doctrine:database:create
Creates the configured databases
doctrine:database:drop
Drops the configured databases
doctrine:ensure-production-settings
Verify that Doctrine is properly configured for a production environment.
doctrine:generate:crud
Generates a CRUD based on a Doctrine entity
doctrine:generate:entities
Generates entity classes and method stubs from your mapping information