1
I have a server with a domain where there are several Laravel applications, for example, the path of the application1 is like this: https://dominio.com/aplicacao1/public
The problem is that when I put on APP_URL=https://dominio.com/aplicacao1/public app_url only generates the routes with the domain, for example if I generate url('foo/bar')
the link will stay https://domain.com/foo/bar (disregarding the path of application - aplicacao1/public
)...
Has anyone ever seen this problem?
Does that help you friend? https://answall.com/questions/57830/laravel-5-remover-public-da-url
– Jorge