I'm trying to enable the debug for my app but it looks like I don't have any feedback.
The environment is set to local (in the .env file) and if I run
php artisan env
Current application environment: local
true
return [
'debug' => true,
debug = true
I have worked around the issue by chmod -R 777 storage/
on my host machine (Mac OS X). On my guest machine (Ubuntu 14.04) chmod -R 777 storage/
did not change permissions actually.