commit c31dbbc4c995656dfa7d7c766e246a99e733be86 Author: Bubka <858858+Bubka@users.noreply.github.com> Date: Wed Jan 29 22:07:11 2020 +0100 Initial Q&A page 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`