have you seen this article, might be helpful: https://medium.com/@laurencei/laramen-a-laravel-app-with-lumen-powered-api-routes-386aa850645f
And I would have thought mydomain.com/users etc.
Lets say I have a simple e-commerce platform. I am trying to figure out how to structure my Lumen API
Cart API User API Orders api
Now does Lumen need a separate instance for each api
for instance the API's will be broken down like this.
users.mydomain.com orders.mydomain.com cart.mydomain.com
I just need some direction guidance.
Please or to participate in this conversation.