Hello. I need to force the user to change their password every 30 days. Is there anything in laravel...
I have the login method in my AuthController: if (Auth::attempt(array('usuario' => $user, 'passwo...
I need to execute a query with group by. But the group by is not for a field. I need to group by wit...
I have two models with relationship: City and Events. In the controller i have this: $cities = City:...
Sorry for my english, is not very good. I have a User model and I have a Post model. two models have...
thankyou for your time eriktisme. In windows works without problem, your code and my code works. But...
In the Auth::attemp, i dont have a problem. it works. [code] public function doLogin() { $user = Inp...
thank you michaeldeol, but with your solution, only get the users with posts between dates, and i ne...
The Laravel portal for problem solving, knowledge sharing and community building.
The community