laravel-zsh-plugin
is a zsh plugin for
Laravel Framework. Because the official oh-my-zsh plugin aren't merge yet. So this plugin separate the code to custom plugin to overwrite the default.
In the command line, change to oh-my-zsh
plugins directory:
$ take ~/.oh-my-zsh/custom/plugins
Clone the repository into a new directory called laravel
:
git clone https://github.com/shengyou/laravel-zsh-plugin.git laravel
Include laravel
plugin to your .zshrc file along with other plugins:
...
plugins=(osx brew git laravel)
...
Restart your terminal application.
-
Inspired by and based on:
Shengyou Fan (If you like it, please endorse me on coderwall)
Any questions, feel free to contact me.