Level 2
Jan 16, 2016
2
Level 11
Help with Amazon S3
Hi everyone,
So I started to use S3 on my app. I can successfully upload an image to my S3 bucket. Now I want to display the image on the page. I know Laravel provides this Storage::get($file) method but it gives only the raw string content of the file (from the docs).
How can I get the url of the image to be able to display it on the page?
Thank you!
Please or to participate in this conversation.