I have a server with a domain where there are several applications Laravel, for example, the path of the application1 looks like this: link
p> The problem is that when I push APP_URL = link app_url only generates routes with the domain, for example if I generate url('foo/bar')
link will stay link (disregarding the application path - aplicacao1/public
) ...
Has anyone seen this problem yet?