I recently upgraded from 4.0 to 4.1 following the upgrade instructions, and now when unit testing my...
Hi, I am trying to create a cart for my e commerce website. For a single user, it's simple, session...
Hi I've created a custom Validator package that adds a validator for phone numbers: https://github.c...
Hey gang, I'm having an issue with being able to use the Laravel4 module in Codeception. Whenever I...
I am extremely sorry for this novice question in the link http://laravel.com/docs/routing#route-filt...
I have input with name = "image []" multiple = "multiple" which depends on other...
Hello Artisans! I'm working on a project that is quite complex and I'm trying to find the best solut...
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 just came across an example that put the validation inside of a model like so: class User extends...
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...
Hi, Have little problem. It is about password reset. Everything works fine until the point when I su...
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