0
0

More than 1 year has passed since last update.

Laravelでphp artisan系コマンドを実行すると、「Could not open input file」と表示される。

Last updated at Posted at 2022-12-10

php artisan系コマンドを実行した際に、「Could not open input file」と表示された際は、
自分のLaravelプロジェクトディレクトリ配下に移動していないことが原因と考えられます。

なのでcdコマンドで移動してから、再度php artisan系コマンドを実行してみて下さい。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0