0

i already run command php artisan storage:link

it shows only old images while when i upload new image in storage folder it does not appear while that image is exist on that location.

this is the image that won't show

enter image description here

and this that image file that i uploaded 7_587597.jpg but it don't shows while old files are showing while newly added doesn't show

enter image description here

James Z
  • 12,209
  • 10
  • 24
  • 44

1 Answers1

0

In order to avoid the parsing of Blade files on each reload, Laravel caches the views after Blade is processed. I've experienced some situations where the source (view file) is updated but the cache file is not "reloaded". In these cases, all you need to do is to delete the cached views and reload the page.

The cached view files are stored in storage/framework/views.