Laravel 5 - Php artisan syntax error

前端 未结 7 1681
清歌不尽
清歌不尽 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:53

    Try this command:

    php -S localhost:8000 -t public
    

    Then execute it on browser, it will produce the error, just look at the error, and fix it.

提交回复
热议问题