Laravel Project ERR_EMPTY_RESPONSE
Try add following code at the 1st line in .htaccess file
php_flag opcache.enable Off
And increase memory in your php.ini
memory_limit = 1024M
Please make a try adding this line at the top of .htaccess file in ur project
php_flag opcache.enable Off
hope it works for you.