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...
Use a relationship and then Auth::user()-><relation>
What about something like: public function scopeAmountSum($query) { return $query->select(DB:...
You're welcome. No I didn't. You shouldn't have any problems with migrations though (at least I can'...
Maybe I don't understand the question, but have you tried with pivot?: http://laravel.com/docs/eloqu...
The Laravel portal for problem solving, knowledge sharing and community building.