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!
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.
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.