mercredi 22 février 2017

Img not displaying when route is changed in laravel

I have an image tag

<img src="uploads/store/products/1-1486038295-1-1-qYv3f.png" class="img-responsive" style="width:100%; height: 100%;" alt="asdasd asd">

It is displayed when the url in web.php is

Route::get('/product', 'FlashCartController@find_product');

But when I change it to

Route::get('/product/search', 'FlashCartController@find_product');

Image doesn't display. What is the error or issue behind it?



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2m6ZovV
via IFTTT

Aucun commentaire:

Enregistrer un commentaire