Laravel 10 will be released on February 7, 2023. Its development is still ongoing. Let’s dive into every relevant new feature we know about already.
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…