PHP local server Invalid request (Unexpected EOF)

后端 未结 10 2200
故里飘歌
故里飘歌 2020-12-05 16:58

After every execution, regardless of said execution - when using Chrome web browser the PHP local server throws this error:

Invalid request (Unexpecte

10条回答
  •  旧时难觅i
    2020-12-05 17:35

    On Laravel 4.2, I resolve that when I clear the cache with command : php artisan cache:clear


    Complete list of commands is available with : php artisan list

提交回复
热议问题