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