Arvil Meña
Home / Snippets / Symfony 4 – creating custom console command

Symfony 4 – creating custom console command

by Arvil
last updated => April 13th 2020 published => November 9th 2018

Install MakerBundle

composer require symfony/maker-bundle --dev

php bin/console list make

Create the custom command

php bin/console make:command

Related Links

  • https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
  • https://symfony.com/doc/current/console.html

Share

Related Posts

Comments