How to hide or delete the defaults available console commands?
问题 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. 回答1: You are creating a complete Symfony application, so all the commands provided by the included packages are available. Instead of starting from a framework and