I created a new Symfony 4 project via symfony new my_project_name
.
Currently when I execute ./bin/console
, the output shows
I will create some custom console commands and I want show only my custom commands when I do ./bin/console
Maybe I should create a custom executable 'console' from scratch, but I don't know how do that.