Category: Laravel

collection 2

Laravel Collections Make PHP Development Awesome

Laravel provides a lot of amazing tools out-of-the-box and collections are one of them. The collection class within Illuminate\Support is basically a wrapper that allows you to work with and manipulate arrays of data....






wat 0

Experimenting with Repositories

So I guess this is somewhat of a live coding session, only in a Github Gist format. I’m still trying to wrap my head around the Repository Pattern in Laravel. In this Gist, I...