Stop Creating Ghosts! Factory Defaults That Won't Haunt Your Database
Learn the simple tricks to speed up your tests and ensure every entry in your database is intentional.

Search for a command to run...
Articles tagged with #best-practices
Learn the simple tricks to speed up your tests and ensure every entry in your database is intentional.

In the ever-evolving landscape of software development, optimizing workflows and streamlining processes is crucial. One powerful tool that often goes underutilized is Composer scripts. Composer, the dependency manager for PHP, allows developers to de...

Introduction Hey there! When it comes to writing feature tests in Laravel there are some helpful practices you can follow to make sure your tests stay effective and easy to maintain. Check out these points below to see how you can structure and write...

Background As applications scale and become more complex, advanced database concepts like functions, triggers, and stored procedures are often introduced. In Laravel, these concepts can be implemented by writing SQL query files and executing them thr...
