Skip to content

rsthegeek/oh-my-zsh-laravelx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

LaravelX plugin for Oh My (fuc*ing) Zsh

based on the laravel5 plugin.

This plugin adds some aliases for common Laravel commands.

To use it, follow the instructions below:

  • clone this repo into your ~/.oh-my-zsh/custom/plugins directory
cd ~/.oh-my-zsh/custom/plugins
git clone [email protected]:rsthegeek/oh-my-zsh-laravelx.git laravelX
  • add laravelX to the plugins array in your ~/.zshrc file
plugins=(... laravelX)

Aliases

Alias Command Description
a php artisan Main Artisan command
a:cc php artisan cache:clear Flush the application cache
a:rc php artisan route:clear Clear all cached routes
a:rl php artisan route:list List all registered routes
a:vp php artisan vendor:publish Publish any publishable assets from vendor package

Contributing

Pull requests are welcome.

License

Please see the LICENSE included in this repository for a full copy of the MIT license, which this project is licensed under.

Credits

About

A simple and elegant Laravel plugin for Oh My Zsh.

Topics

Resources

License

Stars

Watchers

Forks

Languages