Enhanced Laravel Integration for ZSH
Published on by Paul Redmond
ZSH Artisan is a 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:
The auto-completion support works anywhere within the project, meaning you can navigate to a subdirectory and still get tab/autocomplete support. You also don't need to prefix artisan commands with php
or ./
.
Lastly, if you configure an editor (see the readme for details), the artisan plugin will open all created files in your configured editor of choice automatically.
You can learn more about this plugin, get full installation instructions, and view the source code on GitHub.