shengyou / laravel-zsh-plugin

A oh-my-zsh plugin that improve laravel development workflow.
25 stars 1 forks source link

No file completion for artisan commands #1

Open mriva opened 9 years ago

mriva commented 9 years ago

When using an artisan command the completion appears to be restricted to artisan commands only, so it doesn't work for files if I have to give one as argument to a command. Example:

php artisan address:import ~/addre

does nothing. I think the first argument to "php artisan" should be treated as a command, the rest on the line as a normal argument with filesystem completion.

shengyou commented 9 years ago

Hi, this plugin was outdated and should be rewrite.

I will fix these up when I get free time, and notify you after I done. Thanks for report!