You May Not Need a Database. Use Statamic.
Statamic is a powerful and flexible Content Management System (CMS) designed to simplify the process of building and managing websites. One of the most unique aspects of Statamic i…
Notes on the software we build and the tools we build it with.
Statamic is a powerful and flexible Content Management System (CMS) designed to simplify the process of building and managing websites. One of the most unique aspects of Statamic i…
In Laravel, Eloquent ORM provides a beautiful, simple ActiveRecord implementation for working with your database. One of its powerful features is managing relationships between mod…
Eloquent is used in Laravel for several key reasons that contribute to its popularity and effectiveness in application development. Eloquent is the ORM (Object-Relational Mapping)…
Code style should never be something a reviewer has to raise. Relying on each developer to remember to run PHP CS Fixer or Laravel Pint before pushing guarantees it will eventually…
The wisdom of setting business goals-always striving for bigger and better is so established that it seems like the only thing left to debate is whether the goals are ambitious eno…
When people talk about scaling a website they usually mean traffic: requests, servers, load balancers. For a content site that is rarely the hard part. The hard part is people — ho…