Laravel recently added support for a new CollectedBy class attribute. This allows you to quickly specify a custom Collection class for your model. But PHP attributes can initially be confusing, so let's break this feature down and build it up from scratch for maximum understanding.
