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...
The Laravel portal for problem solving, knowledge sharing and community building.
The community