Laravel Storage Permission
- Published on
- Published on
- /1 mins read/---
I hope this will help you a lot.
So here we go, just copy and paste the code below to your app.
- Never set a directory to 777. you should change directory ownership. so set your current user that you are logged in with as owner and the webserver user (www-data, apache, ...) as the group. You can try this:
- then to set directory permission try this: