diff options
Diffstat (limited to 'plugins/laravel/README.md')
-rw-r--r-- | plugins/laravel/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/laravel/README.md b/plugins/laravel/README.md index c7ae17f80..44798b68d 100644 --- a/plugins/laravel/README.md +++ b/plugins/laravel/README.md @@ -1,6 +1,7 @@ # Laravel -Enable some cool aliases for Laravel [artisan console](https://laravel.com/docs/5.7/artisan). To use it, add `laravel` to the plugins array of your zshrc file: +This plugin adds aliases and autocompletion for Laravel [Artisan](https://laravel.com/docs/artisan) and [Bob](http://daylerees.github.io/laravel-bob/) command-line interfaces. + ``` plugins=(... laravel) ``` |