Forever
Route everything that is /mypage/* to mypage
My Goal: I want to integrate our old system via iframe loading the route /mypage/PATH/TO/OLD/RESOURCE.
without
->tenant(Tenant::class)
enabled it works like it should when i add a route: like this:
But when i enable the tenant part it complains:
calling /page works correnctly
i also tried
7 replies