Support the ongoing development of Laravel.io →

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 9 years ago

Laravel 5 Performance

As far as I know, Laravel isn't too focus on performance but easiness/fast-development (which is qui...

0 Likes
replied 9 years ago

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

So I changed the filter for View::composer, thanks http://stackoverflow.com/a/16034358/3803876

0 Likes
Solved
replied 9 years ago

Mocking Events on tests

I was having the same issue a few minutes ago, this is what I did: // base_model public function fir...

0 Likes
replied 9 years ago

How do you delete all relationships for a model?

Take a look at pivot tables: http://laravel.com/docs/eloquent#working-with-pivot-tables

0 Likes
replied 9 years ago

Displaying passed variable

echo Session::get('error');

0 Likes
Solved

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.