TheColorRed / vscode-laravel-artisan

Visual Studio Code Laravel Artisan Extension
https://marketplace.visualstudio.com/items?itemName=ryannaddy.laravel-artisan
68 stars 19 forks source link

command failed #106

Closed master-stm closed 1 year ago

master-stm commented 1 year ago

when i try to use the make model with migration short hand i get the below failure message: [CMD] php artisan make:model Item -a [CMD] Could not open input file: artisan [CMD] ----------------------------------- [ERR] Command failed: php artisan make:model Item -a

when the proper command should yield " php artisan make:model Item -m"

github-actions[bot] commented 1 year ago

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