Skip to content
Bubka edited this page Jan 29, 2020 · 1 revision

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/storagesymlink and create a new one with ln -s ../storage/app/public storage

Clone this wiki locally