I've been tasked with creating a docs site which needs to be under authentication, ideally from the main Laravel site.
Here's my plan but i'm open to ideas, I created static site using Astro Starlight which builds down to plain html and would be hosted on a subdomain.
Is it possible to convert HTML to php and check the session token simply? Alternatively, could the HTML files live within the main Laravel app and called as views?
I had considered building a 2nd Laraval app for this but dealing with hundreds of markdown files, Starlight is really convenient and fast to build a static site with search.