Skip to content

Commit

Permalink
storage permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredobarron authored Jan 23, 2019
1 parent 21f2197 commit 048f2a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ Generate symbolic link to Storage
php artisan storage:link
```

If you are in production
```
sudo chown -R www-data:www-data storage
```

Database

```
Expand Down

0 comments on commit 048f2a2

Please sign in to comment.