mercredi 26 septembre 2018

How to store an image exists in resources directory in Laravel

For example: I have the resources directory where I stored my HTML files there. So this is the sentence I put to print the image, but couldn't reach it.

image source:

/resources/assets/images/Media/image.jpeg

So how to print the image if I'm now already in:

resources/view/form/index.blade.php

I tried this one :

<img src="/resources/assets/images/Media/default.png">

but it's not working,

Thanks and appreciate any suggestions through the solution :)



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire