1
I’m using Laravel 5 with a Homestead box using Vagrant and virtualbox for this, as demonstrated in the framework documentation: http://laravel.com/docs/5.1/homestead#installation-and-setup the problem I am having is regarding write permissions in the files, I am editing the files and am not succeeding in saving, error appears:
Permission denied
I executed the commands from my Homestead: sudo chmod 777 -R <projeto>
but I was unsuccessful.
The Storage folder and the bootstrap folder.
– ricardobarantini