Php – Laravel 7 can not see videos in public storage
I have a project which contains some video files in storage/app/public/homepage/ The files are really there and in html there is something like <video autoplay muted loop> <source src="http://localhost:8000/storage/homepage/vid3.mp4" type="video/mp4" /> </video> But video does not play. I tried to…