public function postSignup() { $validator = Validator::make( array('email' => 'required'|'unique:...
any idea on simple function to know if the file uploaded is an image? I know you can do geMimeType b...
Is there a way to access the model itself in the custom validators? I've tried passing the id in as...
im using administrator.frozennode but when i try to add a edit_field with the pass confirmation, the...
I'm using a validation service to validate user submitted form input (something along the lines of:...
I do have 2 different on my pages but I would like to load in different situation, for example when...
How to use use alpha numeric validation.. Have seen few topics, but the validator file location has...
Hi guys, I have recently posted a new tutorial on something that seems to have been missed by the La...
I am creating Validation service witch throws ValidationException if error ocured. That works fine,...
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