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

One Mysql Database - Two Laravel Projects with some same tables in it

I had the same issue, what I did was create a library (eloquent model) that handles all those things...

0 Likes
replied 11 years ago

What to test in a database interaction and how to test an interaction with an existing database?

Ok, so for example, let's say that you have a method in a model that does the following: Takes an U...

0 Likes
replied 11 years ago

Empty db table gives error - trying to get property of non-object

If $module == null, you will have the same error.

0 Likes
replied 11 years ago

Password::reset without email field

Can you overwrite the "retrieveByCredentials" method?, also, have you tried passing an emp...

0 Likes
replied 11 years ago

Empty db table gives error - trying to get property of non-object

You could do something like: public static function GetCategoriesByModule($module) { $categories =...

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.