Am I missing some complexity here???
<img src="{{ $program->imageUrl }}">
Hi everyone,
I'm trying to upload an image url, the location of an image (not the image itself) into the database.
So in my table, i have a column of type varchar which will receive an url like : http://laraveldaily.com/wp-content/uploads/2015/06/laravel-logo-big.png
Programs:
What i want, is a way to get the url from the database and display the image on my table view.
Like:
Header - Image URL
image preview
Header - Name
Program Name
So, basically i wouldn't need to either store the image in my storage folder nor on the database, i could just have an online repository and get the images from there.
Does anyone knows how i can do this?
Regards
Am I missing some complexity here???
<img src="{{ $program->imageUrl }}">
Please or to participate in this conversation.