From c31dbbc4c995656dfa7d7c766e246a99e733be86 Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Wed, 29 Jan 2020 22:07:11 +0100 Subject: [PATCH] Initial Q&A page --- Q&A.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Q&A.md diff --git a/Q&A.md b/Q&A.md new file mode 100644 index 0000000..0d5cca9 --- /dev/null +++ b/Q&A.md @@ -0,0 +1,3 @@ +**The uploaded icons are not visible even though i set the storage symlink with the command `php artisan storage:link`** + +Check the http response code on img request. If you receive 403 response, try to recreate the storage symlink using relative path. Delete `/public/storage`symlink and create a new one with `ln -s ../storage/app/public storage`