I want to add an EAV model to my app. So I made these tables to do that: Schema::create('attributes'...
What I mean is, when I have a table that has the columns parent_id and lft and rght I'd like to have...
Do I have to write a raw sql query? Or is there a class in laravel that can do that?
I'm trying to use the paginator for my RESTful API and I want it to also return the total amount of...
I want to make an AngularJS webapp that uses Laravel as the back-end. Angular will do most of the wo...
Never mind, found it. This package seems to only be for 4.2, but it actually also works for 5.0: htt...
Okay so I'm writing a webapp that uses polymer and angular on the front-end and laravel 5 on the bac...
Well, that's not exactly what I meant. I actually meant that if I don't want to override any of the...
The Laravel portal for problem solving, knowledge sharing and community building.
The community