vscode-laravel-artisan icon indicating copy to clipboard operation
vscode-laravel-artisan copied to clipboard

The "--views" option does not accept a value.

Open tiansin opened this issue 8 years ago • 5 comments

Artisan:Run Command make:auth

report this error: [CMD] php "e:\xxxx\front/artisan" make:auth --views= --force= [ERROR]

The "--views" option does not accept a value.

tiansin avatar Dec 06 '17 11:12 tiansin

I have written a fix for this. I should have it live within a day or two.

TheColorRed avatar Dec 07 '17 17:12 TheColorRed

I have realized that getting optional values is not set in in the command list when running php artisan list --format=json, so optional items will always get set.

TheColorRed avatar Dec 11 '17 16:12 TheColorRed

This has now been published, however, due to what is returned in list --format=json it isn't 100% implemented.

I will leave this issue open in hopes that it will be resolved on laravel's end and this can get finished up.

TheColorRed avatar Jan 08 '18 22:01 TheColorRed

Problem always here with the command php artisan serve when I pass empty arguments.

image

image

Bricklou avatar May 10 '19 19:05 Bricklou

@Bricklou You can try and use the command Artisan: Start Server (Default Host and Port)

I see the issue within the code though. Thanks for reporting.

TheColorRed avatar May 11 '19 14:05 TheColorRed

Marking issue as stale since there has'nt been any activity recently.

github-actions[bot] avatar Apr 28 '23 22:04 github-actions[bot]