Onboarding your users is one of the most important things you can do in your SaaS or application. After all, first impressions matter!
Caleb Porzio has created an onboard package for Laravel which we (at Spatie) recently took over development and maintenance on.
PHP
Lock a shared test database for parallel test processes
AI coding agents love to run tests in parallel processes. That’s great until multiple processes try to use the same local test database at once. A small file lock can serialize access and stop those Read more…