A Case For Custom Collections
2024-10-16
Laravel
Collections
I recently submitted
a pull request to the Laravel framework to add a
new Eloquent attribute called CollectedBy. In short, it allows you to use an attribute to
configure your Eloquent model to use a specific Collection class, rather than the default...
Read more