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...
so, i was asking because i often encounter myself doing things like: IoC::register('controller_name'...
If you need several users, you will have to change the method a little bit: public function getAlter...
You could do something like: public function getAlternativePrice(User $user) { return $this->...
First, check that you didn't leave any code (from testing maybe) that can log out the user. Also, do...
The Laravel portal for problem solving, knowledge sharing and community building.