Invalid request (Unexpected EOF) - Laravel 5.4

1

I'm having a problem using Laravel 5.4, out of nowhere the site stopped working (locally) and gives this error on the server (cmd) and the site does not load. In the browser console, the error 500 appears when loading localhost.

No CMD aparece Invalid request (Unexpected EOF) conforme abaixo:
$ php artisan serve
Laravel development server started: <http://127.0.0.1:8000>
[Tue Jun 27 09:37:02 2017] 127.0.0.1:56664 Invalid request (Unexpected EOF)
[Tue Jun 27 09:37:49 2017] 127.0.0.1:56685 Invalid request (Unexpected EOF)
[Tue Jun 27 09:39:29 2017] 127.0.0.1:56700 Invalid request (Unexpected EOF)
[Tue Jun 27 09:39:48 2017] 127.0.0.1:56680 Invalid request (Unexpected EOF)
[Tue Jun 27 09:39:48 2017] 127.0.0.1:56681 Invalid request (Unexpected EOF)

In the Apache and PHP log, a memory error appears, but I have already increased to 2048 and the error continues. I tested the same site on my notebook, and it works there normal.

PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 130968 bytes) in D:\wamp64\www\Vandaflex2018\vendor\laravel\framework\src\Illuminate\Container\Container.php on line 748
    
asked by anonymous 27.06.2017 / 15:50

0 answers