Support the ongoing development of Laravel.io →

ehsanquddusi

Joined 6 Mar 2014

Statistics

Threads 4
Replies 7
Solutions 2
Articles 0

Return redirect from within another method in controller

I am trying to authorise user in a controller method by calling another method of the same controlle...

0 Likes
3 Replies

Eloquent relation with where condition on model attribute

I have two models Student and StudentRevision with Student model having hasMany relation with Studen...

0 Likes
1 Replies

Many to many to many in whereHas()

I have an eloquent class Biblio with relationship as items() to BiblioItem which in turn has relatio...

0 Likes
11 Replies
Solved

Using Illuminate/database outside of framework

I am trying to use the package with my CodeIgniter project by following the instructions given in re...

0 Likes
2 Replies
Solved
replied 8 years ago

Return redirect from within another method in controller

@haxzorer - Thanks for the reply. The issue is I want to return only if the user is not authorised,...

0 Likes
replied 10 years ago

Many to many to many in whereHas()

Thank you @jarektkaczyk for your valuable insights. Would love to know more about the nested thing,...

0 Likes
replied 10 years ago

Many to many to many in whereHas()

Yes, >jarektkaczyk said: You defined your relations like this: Biblio hasMany Items, Condition h...

0 Likes
replied 10 years ago

Many to many to many in whereHas()

I have been able to achieve this by modifying my whereHas() statement like this Biblio::whereHas('it...

0 Likes
Solved
replied 10 years ago

Many to many to many in whereHas()

jarektkaczyk said: Check this: http://laravel.io/bin/wEaQ#112-115,117-119 There is a one to many r...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.