I finished today the integration of a project using Angular 5 + Laravel. Before the integration, I could normally access the pages by typing in the address bar, for example: 127.0.0.1/app/appexample, but currently after the integration, when trying to access the same pages, I get an error screen
IhavetriedtomodifytheroutesintheAngular,butitdidnotwork.MybaseHrefiscurrentlysettobaseHref="/ app".
Thanks for the help of anyone who can help, if you need, I can post some code here.