From 048f2a278526fcdb82d67df3fb13c38378c65813 Mon Sep 17 00:00:00 2001 From: Alfredo Barron Date: Tue, 22 Jan 2019 18:47:00 -0600 Subject: [PATCH] storage permissions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7022c57..f0ebcd0 100644 --- a/README.md +++ b/README.md @@ -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 ```