Commit fb122708 authored by Sebastian Schlein's avatar Sebastian Schlein Committed by Robby Russell
Browse files

Enhanced Laravel 5 Plugin (#6376)

parent 905eb815
# Laravel5 basic command completion # Laravel5 basic command completion
_laravel5_get_command_list () { _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 () { _laravel5 () {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment