Could not open input file: artisan

后端 未结 27 1123
清歌不尽
清歌不尽 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:17

    I think you are not into laravel project directory please simply go to laravel project directory by using following command

     cd projectName
    

提交回复
热议问题