You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/troubleshooting.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ If you're still stuck, check below for a couple of common issues and their solut
43
43
44
44
### You run into a permission issue
45
45
46
-
Solution: Make sure your web server has the necessary permissions to _recursively_ read/write to critical folders like `storage`.`bootstrap/cache`, and `public`.
46
+
Solution: Make sure your web server has the necessary permissions to _recursively_ read/write to critical folders like `storage`,`bootstrap/cache`, and `public`.
47
47
Also, remember to run artisan commands as your web server user (e.g. `www-data` or `nginx`), **never** as `root`, as these commands might create files that your web server user must have access to.
48
48
If you use the Docker installation, for example, run the scan command as the `www-data` user as follows:
0 commit comments