Initial Q&A page

Bubka
2020-01-29 22:07:11 +01:00
commit c31dbbc4c9

3
Q&A.md Normal file

@ -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`