Optimizing Laravel Tests: Cutting Test Time by 87% in a Multi-Database Scenario

Testing

Testing is the foundation of high-quality development, regardless of the type of test, as different scenarios call for different testing solutions. Laravel offers a robust set of testing features, which we have leveraged extensively. However, a common issue that arises sooner or later is the growing number of tests, leading to increased test duration. Even … Continue reading Optimizing Laravel Tests: Cutting Test Time by 87% in a Multi-Database Scenario

Laravel & Unconventional Database – Why You Should Avoid That

Choosing the right database for IT projects is no easy task — it depends on business requirements, but also on limitations introduced by costs, legal issues, and even the ability to find the right technical support. In this blog post, based on our experiences at Ingenious.BUILD, I'd like to discuss the challenges of using an … Continue reading Laravel & Unconventional Database – Why You Should Avoid That