Enhanced Laravel 5 Plugin (#6376)
This commit is contained in:
parent
905eb815fa
commit
fb1227088d
@ -1,6 +1,6 @@
|
||||
# Laravel5 basic command completion
|
||||
_laravel5_get_command_list () {
|
||||
php artisan --no-ansi | sed "1,/Available commands/d" | awk '/^ +[a-z]+/ { print $1 }'
|
||||
php artisan --raw --no-ansi list | sed "s/[[:space:]].*//g"
|
||||
}
|
||||
|
||||
_laravel5 () {
|
||||
|
Loading…
Reference in New Issue
Block a user