Hi, I have a layout which requires a few variables and several controllers that use this layout. The...
hi, i would like to ask you how would it be better to resolve dependencies. i'm not really sure to u...
Hi there, today I was re-doing the structure of my application and I had this problem: 1 table conta...
I had the same issue, what I did was create a library (eloquent model) that handles all those things...
Ok, so for example, let's say that you have a method in a model that does the following: Takes an U...
If $module == null, you will have the same error.
Can you overwrite the "retrieveByCredentials" method?, also, have you tried passing an emp...
You could do something like: public static function GetCategoriesByModule($module) { $categories =...
The Laravel portal for problem solving, knowledge sharing and community building.