mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-16 10:29:16 +01:00
0
Q&A
Bubka edited this page 2020-01-29 22:07:11 +01:00
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