Adding Descriptions to Command Parameters | Alternatives to Laravel Artisan Command Signatures
The signature that will be implemented using the getArguments method is: 1 test:command {firstArgument : This is the description } The corresponding getArguments implementation would be: 1 <?php 2 3 use Symfony \ Component \ Console \ Input \...