I'm using Laravel 5.7. On my localhost, my storage works fine, and all images show as well, but on my host, new images don't display.
I use below code inisde the blade.php file:
{{ asset("storage/$slider") }} On my localhost it shows images:
localhost:8000/storage/sliders/HKeGwcvnXbjuiA6g9wsjnoqphJc5DGup78D92b4F.jpeg On my website I cannot access:
http://mywebsite.com/storage/sliders/HKeGwcvnXbjuiA6g9wsjnoqphJc5DGup78D92b4F.jpeg
storage/app/public/sliders