The more you work with Eloquent / query builder internals, the more you understand how much of a feat it was to create a system with so much internal complexity, while retaining API simplicity for the end user.

Getting knee-deep in how it works is a great way to discover this.

Compare Eloquent's human-readable query language (especially when handling relationships) to literally any other ORM or query interface.

It's not just a case of naming things well that allows you to accomplish that. It requires genuine skill to actually get it to work

@danharrin totally agree! I am always blown away by how brilliant it is, and hugely grateful for it.
@danharrin The same is true of your work, Dan.