-1

i will be glad if anyone can help.

code line

OUTPUT

Sbreu
  • 13
  • 4

1 Answers1

0

Have you ran php artisan storage:link? This is usually what does it for me.

Laravel 5 - How to access image uploaded in storage within View?

Ian C
  • 141
  • 1
  • 10
  • Are you using HTTPS to serve your application? Can you share the path that prints out in the browser (in the src="" attribute), and also the error you receive in the console? – Ian C Feb 17 '19 at 20:49
  • Sure, am using localhost http. src="http://localhost/Project/storage/images/profile/boss1550427195.jpg" – Sbreu Feb 17 '19 at 21:38
  • If you type `localhost/Project/storage/images/profile/boss1550427195.jpg` into a new browser window does the image display? – Ian C Feb 17 '19 at 21:51
  • What is the url for your homepage? Is it `localhost` or is it `localhost/Project`? If you type `localhost/storage/images/profile/boss1550427195.jpg` does it display your image? – Ian C Feb 17 '19 at 22:10
  • 1
    The problem was /profile instead of /images. Bro i really appreciate you help your questions have made me discover my mistake. Thanks alot. I really appreciate – Sbreu Feb 17 '19 at 22:14