Symfony Console
To enable the commands on a Symfony application, you have to install and add the associated bundle into your kernel:
If you use Symfony Flex, you have nothing to do. Otherwise you have to enable to bundle.
Then execute your Symfony Console command to use the command provided by this component:
Last updated