Skip to content
Advertisement

Problem with displaying pictures in laravel 7

i’m working on Laravel 7 , i want to display the images added by the administrator, but they don’t show up.

This is the index.blade.php :

JavaScript

This is the adress of the pictures : C:wamp64wwwProjectclientstorageapppublicproductSeptember2020

Thanks fo help

Advertisement

Answer

First create a symbolic link :

JavaScript

Then a symbolic will create on your public folder with storage/app/public. Then you can access it as :

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement