Orange Permissions 5 using Homestead

Asked

Viewed 943 times

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: inserir a descrição da imagem aqui

Permission denied

I executed the commands from my Homestead: sudo chmod 777 -R <projeto> but I was unsuccessful.

1 answer

1

Actually you need to set only the folder Storage. Within your project:

chmod 744 storage

ps: are you sure you are really using the way of Homeastead? This way looks different.

  • The Storage folder and the bootstrap folder.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.