Sergey Lysenko a6d40b8f8b laravel: add README (#7222) | 6 年之前 | |
---|---|---|
.. | ||
README.md | 6 年之前 | |
_artisan | 12 年之前 | |
laravel.plugin.zsh | 12 年之前 |
This plugin adds aliases and autocompletion for Laravel Artisan and Bob command-line interfaces.
NOTE: completion might not work for recent Laravel versions since it hasn't been updated since 2012.
In that case, check out plugins laravel4
and laravel5
.
To use it, add laravel
to the plugins array in your zshrc file:
plugins=(... laravel)
Alias | Command | Description |
---|---|---|
artisan | php artisan |
Main Artisan command |
bob | php artisan bob::build |
Main Bob command |