Today I split the SaaS application across some subdomains.
The landing page will be hosted at podcastsping.com The application will be hosted at app.podcasting.com The web hooks handling will be hosted at hooks.podcastping.com
Made use of Laravel's sub-domain routing feature to make this work.
• Updates