For windows users, I have tested this with Windows 10 and Laravel 7
Steps:
- cd to your
/public
directory and run rmdir storage
- it will remove the link
- cd back to project root directory and run
php artisan storage:link
to link again
The links should now be refreshed and viewable without issues.