Support the ongoing development of Laravel.io →
Ruk33

Ruk33

Joined 9 Feb 2014

Statistics

Threads 3
Replies 35
Solutions 7
Articles 0

Is it valid to use filter to pass variables to layout?

Hi, I have a layout which requires a few variables and several controllers that use this layout. The...

0 Likes
1 Replies
Solved

ioc or parameters?

hi, i would like to ask you how would it be better to resolve dependencies. i'm not really sure to u...

0 Likes
2 Replies
Solved

Injecting queries to models

Hi there, today I was re-doing the structure of my application and I had this problem: 1 table conta...

0 Likes
0 Replies
replied 11 years ago

ioc or parameters?

so, i was asking because i often encounter myself doing things like: IoC::register('controller_name'...

0 Likes
Solved
replied 11 years ago

Extend Grammar

How about this? http://laravel.com/docs/extending

0 Likes
replied 11 years ago

Different price for each user for each product : Pivot table relation query !

If you need several users, you will have to change the method a little bit: public function getAlter...

0 Likes
replied 11 years ago

Different price for each user for each product : Pivot table relation query !

You could do something like: public function getAlternativePrice(User $user) { return $this->...

0 Likes
replied 11 years ago

Users are getting logged out

First, check that you didn't leave any code (from testing maybe) that can log out the user. Also, do...

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.

© 2026 Laravel.io - All rights reserved.