Level 75
If folder structure is the same, what worked in development should still work.
Did you do the symlink.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have a small site deployed on digital oceans apps platform and images I have placed in the public/images folder are not displaying.
below is my image tag any help would be appreciated
<img alt=""
src="{{ asset('images/port_site.png') }}"
class="h-48 w-full shadow-2xl rounded-lg mx-auto"/>
Please or to participate in this conversation.