Hey guys, I have a project that I am working on where I need a solid authentication System (Provided...
I drop an array into Validation::make. Sample likes below: $input = ['a_list' => [1,2,3,4]]; $va...
On "Working With Error Messages" section of Validation on the document pages, it has has b...
Hi everyone! I have been searching for a solution to import XML to a MySQL database without knowing...
A form with 20 input (prueba) and 20 (comentario) and I need to force the user if the input is less...
How Validate multiple fields, two requerid, use Laravel 4.0 {{ Form::text("percent[{$key}]"...
I'm new in Laravel and some times it's hard to undestand waht's happening. I have a code for validat...
Github What is reCAPTCHA? reCAPTCHA is a free service to protect your website from spam and abuse....
Hello I'm building a custom provider for validation and i'm getting this error: Method [validatePass...
Hello again, I use this code to validate credentials and log in a user: $validator = Validator::make...
For one form, I need to validate that if Field A isn't filled, Field B needs to be filled. Another f...
I'm using one PostRequest to validate many post types in my forms, it's highlighted in red. I can us...
I can not register a custom Validator in a Package The error is: Call to undefined method BSW\ApiPac...
Hi there, This refers to a thread I recently posted. But, despite the help I have so far received, I...
I'm attempting to create my own custom laravel form validation but I'm running into trouble. I'm che...
Hello there! Recently, I've been working on API for single-page application and found that quite a f...
I have a User class that extends a Base class which extends Ardent. I'm toying with the idea of usin...
Hi, I have User and Company. If user select on registration that it is regular user the he just fill...
I am using Mailchimp service and I am adding emails to list thru API, before any API calls I make su...
I'm using the Laracasts\Validation\FormValidator package how would I setup validation rules for each...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community