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
In my case it was another unix user so this one worked:
chown -R php-fpm:php-fpm storage