Bash-it / bash-it

A community Bash framework.
MIT License
14.14k stars 2.29k forks source link

[Feature]: Artisan (Laravel) completion #2248

Open finn-matti opened 3 months ago

finn-matti commented 3 months ago

Expected behavior

Similar to oh-my-zsh laravel5 completion.

Current behavior

There are no completions for artisan.

Possible solution

Maybe oh-my-zsh can be ported?

There is also this bash script.

Context

Getting artisan completions is kind of cumbersome. It'd be nice if bash-it would offer a solution out of the box.

Notes

No response