Skip to content

Commit e95ff45

Browse files
authored
Update troubleshooting.md
1 parent 7b22831 commit e95ff45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If you're still stuck, check below for a couple of common issues and their solut
4343

4444
### You run into a permission issue
4545

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`.
4747
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.
4848
If you use the Docker installation, for example, run the scan command as the `www-data` user as follows:
4949

0 commit comments

Comments
 (0)