shengyou / laravel-zsh-plugin

A oh-my-zsh plugin that improve laravel development workflow.
25 stars 1 forks source link

laravel-zsh-plugin

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.

Screenshot1

Installation for oh-my-zsh

  1. In the command line, change to oh-my-zsh plugins directory:

    $ take ~/.oh-my-zsh/custom/plugins
  2. Clone the repository into a new directory called laravel:

    git clone https://github.com/shengyou/laravel-zsh-plugin.git laravel
  3. Include laravel plugin to your .zshrc file along with other plugins:

    ...
    plugins=(osx brew git laravel)
    ...
  4. Restart your terminal application.

TODO

Additional information

Inspired by and based on:

Contact

Shengyou Fan (If you like it, please endorse me on coderwall) endorse

Any questions, feel free to contact me.