Could not open input file: artisan

后端 未结 27 1055
清歌不尽
清歌不尽 2020-11-30 17:45

When trying to create a new laravel project, The following error appears on the CLI:

Could not open input file: artisan

Script php artisan clear-c

27条回答
  •  抹茶落季
    2020-11-30 18:25

    This error happens because you didn't install composer on your project.

    run composer install command in your project path.

提交回复
热议问题