To stop you from the start, there is NO permission issue. /storage is recursively chmodded 777 and whole project folder is chowned by apache:apache
chmodded 777
I even r
Try those commands for laravel 5
laravel 5
$ php artisan cache:clear $ sudo chmod -R 777 app/storage $ composer.phar dump-autoload
This happens because laravel do not have the permissions to write to the log file, at least for my case.