Level 104
Where in the filesystem does that image file live?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Why does the following tag does not display this image in laravel view blade <img src="{{ asset('storage/images/politician_images/' . $politician->image) }}" class="politician-img" alt="{{ $politician->name }}”>
$politician->image points to this image: -rw-r--r-- 1 www-data www-data 844364 Mar 7 04:40 1709786414.PNG
Please or to participate in this conversation.