Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

I'm trying to download a blob video from a URL and save it to my Laravel project. 

 The blob URL is not created in the same domain/project. 

 $fileName = "myvideo.mp4"; 

 $url = blob:https://example.com/a7f97758-0ef2-4597-8ddd-ca660772c03c 

 I'm try this: Storage::put($fileName,$url, 'public');

X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.