Skip to content

shengyou/laravel-zsh-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

  • auto-complete when typing -

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.

About

A oh-my-zsh plugin that improve laravel development workflow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages