Okay so I'm using Laravel's validator. It's generally pretty good for me. But the messages are a rig...
I'm normally used to working on cPanel servers, where vhosts and suphp are set up in such a way that...
So given the following schema: users id (int) some_group_id (int) some_field (string) so...
A way to do it with a simple field is: if (Auth::attempt(array( 'email' => Input::get('email'...
It's hard to know what you're looking for exactly but the following code should make sure it's prese...
You may want to consider adding your own rule which does the 'or' check in one rule. Maybe make it f...
Aha that makes sense. I was thinking "surely Laravel has a way to localise field names".
I can tell you why you get the weird behaviour, but I can't help you with the problem you have overa...
The Laravel portal for problem solving, knowledge sharing and community building.
The community