Laravel 5 - Php artisan syntax error

前端 未结 7 1652
清歌不尽
清歌不尽 2021-02-07 07:41

I am currently developing an app with Laravel 5 and suddenly the artisan stoped working!

I can\'t use a single command on it, it always return the error:



        
7条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-07 07:43

    Try running with the verbose argument, like so:

    php artisan ... --verbose
    

提交回复
热议问题