Hey guys I want to download videos from an external link 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 MESSAGE = The file http://example.com/video_link" does not exist
while when I wrote this link in address bar in browser it shows video correctly to me. How I can download a video with external link very fast ?