I am trying to authorise user in a controller method by calling another method of the same controlle...
I have two models Student and StudentRevision with Student model having hasMany relation with Studen...
I have an eloquent class Biblio with relationship as items() to BiblioItem which in turn has relatio...
I am trying to use the package with my CodeIgniter project by following the instructions given in re...
@haxzorer - Thanks for the reply. The issue is I want to return only if the user is not authorised,...
Thank you @jarektkaczyk for your valuable insights. Would love to know more about the nested thing,...
Yes, >jarektkaczyk said: You defined your relations like this: Biblio hasMany Items, Condition h...
I have been able to achieve this by modifying my whereHas() statement like this Biblio::whereHas('it...
jarektkaczyk said: Check this: http://laravel.io/bin/wEaQ#112-115,117-119 There is a one to many r...
The Laravel portal for problem solving, knowledge sharing and community building.
The community