I\'ve cloned a laravel repo to my CentOS 7 box. When I try to run it, I get a 500 error with nothing displayed.
So I check out /var/log/httpd/error_log
/var/log/httpd/error_log
try these worked for me ...
sudo find ./storage -type f -exec chmod 666 {} \; sudo find ./storage -type d -exec chmod 777 {} \;