Symfony 4 – creating custom console command
Install MakerBundle
composer require symfony/maker-bundle --dev
php bin/console list make
Create the custom command
php bin/console make:command
Install MakerBundle
composer require symfony/maker-bundle --dev
php bin/console list make
Create the custom command
php bin/console make:command