Laravel  エラー Could not open input file: artisan が出たら…ディレクトリを疑う

qiita.com

↓↓↓↓↓↓↓エラー内容↓↓↓↓↓↓↓↓↓↓↓↓

co-tan:~/environment $ php artisan make:model Post --migration
Could not open input file: artisan

アプリのホームディレクトリに移動して

もう一度やったらOKでした

 

アプリのホームディレクトリとはこの場合は

myblogフォルダーのこと

 


co-tan:~/environment $ cd myblog/
co-tan:~/environment/myblog $ php artisan make:model Post --migration


これでOKでした

 

f:id:a-chan-s:20181005221121p:plain


co-tan:~/environment $ php artisan make:model Post --migration
Could not open input file: artisan