Question
How to get images to display on deployed laravel project on apps platform
I recently deployed a small laravel app on the digital ocean apps platfrom and images I had saved in my public/images folder are’t displaying. My image tag looks like so
<img alt="image" src="{{ asset('images/port_site.png') }}"/>
I am not sure if I am missing anything when it comes to the deployment or where these images should be located but everything looks correct on my end and the images display when I am building locally but once deployed they wont display.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×