Laravel 5 support

This commit is contained in:
pi0
2015-02-16 11:58:54 +03:30
parent 5ee54032da
commit 7c73a3aea4
2 changed files with 21 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Laravel4 basic command completion
_laravel4_get_command_list () {
php artisan --no-ansi | sed "1,/Available commands/d" | awk '/^ [a-z]+/ { print $1 }'
php artisan --no-ansi | sed "1,/Available commands/d" | awk '/^ +[a-z]+/ { print $1 }'
}
_laravel4 () {