0👍
✅
laravel Storage::url()
user .env
APP_URL
to generate url
so you need to fix
in
.env
APP_URL=localhost:8000
then run
php artisan config:clear
in this link you can see internally use of APP_URL
Source:stackexchange.com