jessarcher / zsh-artisan

Laravel artisan plugin for zsh to help you to run artisan from anywhere in the project tree, with auto-completion, and it can automatically open files created by artisan!
MIT License
622 stars 39 forks source link

Support "src" directories #10

Closed abbluiz closed 1 year ago

abbluiz commented 2 years ago

Starts searching for artisan from inside a "src" directory if it exists. It is a fairly common scenario for a Laravel project to be inside a "src", for example. However, this can be modified to support other folders, perhaps as a plugin configuration.