stecman / symfony-console-completion

Automatic tab-key completion for Symfony console application options, arguments and parameters
MIT License
420 stars 26 forks source link

Example of Laravel Usage #78

Closed aik099 closed 6 years ago

aik099 commented 6 years ago

Is there any example how completion command can be used with Laravel?

aik099 commented 6 years ago

Turned out it's as easy as adding \Stecman\Component\Symfony\Console\BashCompletion\CompletionCommand::class to $commans property of Kernel class in app/Console/Kernel.php file.