Solving subdomain CORS issues after switching to Laravel Herd
My colleague Niels solved a subtle problem when switching to Herd
Read more [vanpachtenbeke.com]
Posts tagged with subdomain
My colleague Niels solved a subtle problem when switching to Herd
Read more [vanpachtenbeke.com]
My buddy Mattias explains how you can use Laravel and Caddy to handle https traffic to dynamic subdomains.
We recently launched our new Status Page feature. Under the hood, it's using the Caddy proxy server and Laravel's subdomain routing to serve the right status page on the right domain. With this technology stack, we can automatically generate, configure & renewe the SSL certificates for custom domains of our clients.
Read more [ohdear.app]
Join 9,500+ smart developers
Get my monthly newsletter with what I learn from running Spatie, building Oh Dear, and maintaining 300+ open source packages. Practical takes on Laravel, PHP, and AI that you can actually use.
No spam. Unsubscribe anytime. You can also follow me on X.
"Freek publishes a super resourceful and practical newsletter. A must for anyone in the Laravel space"
I recently ran into a problem where I had a suite of applications hosted on a set of subdomains that all needed to be able to share a single cookie. Any cookies other than the shared cookie needed to stay specific to their subdomain, but this one shared cookie needed to be accessible to any of them. I also wanted to accomplish this using Laravel's `Cookie` facade.https://gistlog.co/JacobBennett/15558410de2a394373ac