I'm trying to create a Laravel site/app with the ability for users to publish their content on their own domain which they should be able add in the admin panel.
I came across tenancyforlaravel.com
How do I get the server (say I take a VPS for this app) to 'listen' to users' domains ? Say for example, there may be 10,000 users with each user having 2 domains pointed to my Laravel app. So how does tenancyforlaravel automatically configure it to listen to 20,000 domains on OpalStack ?