I used chmod -R 775 *
to change the permission of all files in my project and chmod -R 777 storage/
to change the storage
folder permissions to grant all rights.
Now If I edit a controller in /app/Http/Controllers and try to save, then I get Cannot save File, no permission
.
I have to change the permission to 777 to make it work, but I heard this is a security hole.
This must be a bug, is there a workaround?