I'm using the Baum Nested Set package, which works very well. In one place in my code, I need to lis...
I'm making a JSON API and have some nested fields I'm pulling in with an eager load. Here's the code...
Problem I'm trying to use Eager Load Constraints with a take condition it keeps returning null in th...
I'm having trouble firering model events. currently I have the following <?php use Illuminate\Da...
I wish to list a member with events he/she participates, and his/her collar numbers (idnumbers) for...
Hi, can someone halp me with this problema. I want load events based on city_id stored in locations...
I'm trying to utilize the eager loading feature in laravel but it doesn't work as i expected. When i...
I'm trying to order my data, by the "belongsTo" association. Model: Contact BelongsTo: Age...
I have the following controller and models. Controller public function index($slug) { $d...
Is there a way to build a query on checkboxes values? I have 7 checkboxes, then only if a single che...
Hi there, I'm very new to Laravel and I'm creating a dummy blog application to help me understand th...
Hello, so i am creating value Money( 500, Currency('EUR') ). What would be the best approach to vali...
Hi ! I've a problem with a fresh install of laravel 4 I make a migration files with some columns and...
No user is currently logged in. Why after I create a user using a User::create() model (my applicati...
Hi, How can I debug the result of this please ? $result = $this->hasMany('UserGrade'); count($res...
I use laravel framework (v4.2.4) with the auth provider. I have two accounts: Kees Piet When I log i...
I have a book and author table. A author has many books. A book has one author. I wish to soft delet...
I'm still working on my timesheet webapp. As for database hierarchy I have the following: user tabl...
Hello, Just looking for an opinion here, as I can't get my head round what seems to be a trivial pro...
Hi, today i'm doing a web shop wuth Laravel Framework. Accident i got this error : Some mandatory pa...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community