Laravel url() function in Docker container
I'm running Laravel with Octane with frankenPHP. It works fine but does not show images. I found that url() function in my views returns http://localhost:8002 which is docker address. I expect url() to return my domain name for example: http://example.com…