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...
What I am trying to achieve is define multi level relationship constraint in my model. http://larave...
Fixed the issue. Was actually overriding the constructor. Added parent::construct(); in Capsule con...
The Laravel portal for problem solving, knowledge sharing and community building.