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.
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.