You can try with the
php artisan storage:link
you can try this one also
A simple fix for the issue (linked broken error) in .env file
APP_URL=http://localhost
this replace with the
APP_URL=http://localhost:8000
then the issue will be fixed.