mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
correct la5routes alias
the command "php artisan routes" as been deleted in laravel 5. "php artisan route:list" is now doing the same job.
This commit is contained in:
parent
4224c2a1af
commit
119ac56746
1 changed files with 1 additions and 1 deletions
|
|
@ -17,4 +17,4 @@ alias la5='php artisan'
|
|||
|
||||
alias la5dump='php artisan dump-autoload'
|
||||
alias la5cache='php artisan cache:clear'
|
||||
alias la5routes='php artisan routes'
|
||||
alias la5routes='php artisan route:list'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue