Hello! I want to add Lumen in a subdirectory to serve my main Laravel application (a game). The reason I don't want it as a subdomain is because my Laravel has different subdomains (like server1.example.com or server2.example.com). So my API should be callable from server1.example.com/data instead of api.server1.example.com)