The last time I worked me through the ideas of ValidationServices, Repositories and all that stuff....
I've got a model called Provider and one called Service. A Service has a one-to-many relationship wi...
Hey, I just watched Coding with intent and tried to apply some of the ideas from the episode. I hav...
You should read about the differences of these 2 tools! Fluent is "just" a QueryBuilder wh...
vbmark said: So does Laravel use two ORMs? If I do this: $car = DB::table('cars')->find($id); Wh...
The Laravel portal for problem solving, knowledge sharing and community building.
The community