Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/book/v4/installation/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ If running your project you encounter some permission issues, follow the below s

```shell
chmod -R 777 data
```

### Error:

Expand All @@ -25,6 +26,7 @@ chmod -R 777 data

```shell
chmod -R 777 public/uploads
```

### Error:

Expand All @@ -34,3 +36,4 @@ chmod -R 777 public/uploads

```shell
chmod -R 777 log
```