If you’re building a multi-tenant Laravel application that identifies tenants via subdomains (like tenant1.app.test, tenant2.app.test), you might run into issues when trying to set up Pest’s browser testing with Playwright. Here’s how to solve it.
Category: How To
How to fix S3 error “The bucket does not allow ACLs” in Laravel
Since April 5th, 2023, AWS announced that by default all new buckets will apply two new security best practices. Here’s what changed and how to fix it.