Hi!, i'm trying to create image "src" in my blade template(so images are not coming from database) to look like
https://myapp.com/images/fb469d7ef430b0baf0cab6c436e70375.jpg
or similar, just to avoid building image src like
https://myapp.com/images/logo_new_5white.jpg
Is there a solution for laravel? Is there any mix or webpack parsing images, formatting urls and replacing name?
Thanks in advance Marco
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community