Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

PatrickBauer's avatar

Oh-my-zsh Laravel 5 plugin available

Hi guys, I saw today, that there is a Laravel 5 plugin for oh-my-zsh.

With this plugin you can just type "la5", press space and tabulator and you have a command completion for all available artisan commands. There are also some shortcuts like la5cache for clearing the cache and similar things.

To use it, you just need to update your oh-my-zsh directory and add laravel5 as plugin into your .zshrc file.

Hope you like it, credits go to https://github.com/pi0 Link to the plugin: https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/laravel5/laravel5.plugin.zsh

0 likes
6 replies
bashy's avatar

Weird alias: alias la5routes='php artisan routes'

Other part looks good though, thanks for pointing it out

marcorieser's avatar

I setup an alias artisan for la5. Works really good. Thanks.

Please or to participate in this conversation.