Home

Awesome

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:

cd ~/.oh-my-zsh/custom/plugins
git clone git@github.com:rsthegeek/oh-my-zsh-laravelx.git laravelX
plugins=(... laravelX)

Aliases

AliasCommandDescription
aphp artisanMain Artisan command
a:ccphp artisan cache:clearFlush the application cache
a:rcphp artisan route:clearClear all cached routes
a:rlphp artisan route:listList all registered routes
a:vpphp artisan vendor:publishPublish 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