Hey guys I want to download videos from external links I have a field in database and this is video link. I wrote :
return response()->download(url()->to($video->path));
but it gives me this error: Download File ERROR = userId = 5 , Video Id = 5 Course id = 1 MESSAGE = The file http://mydomain.com/video_link" does not exist while when I wrote this link in addressbar in browser it shows video correctly to me. what is this error>
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community