I'm working on an application containing log messages and users. The respective models are LogMessag...
I was reading the following: "Validation should happen within the context of the setter prior t...
Hello In my job, we developed 7 years ago an Intranet without a PHP framework. The project has grown...
Hello dear friends I want to upload a ".apk" file using laravel and form validation. my ru...
https://github.com/keevitaja/rulez-laravel Rulez provides easy way for setting up input validation r...
Hi, When I save a model, I want to validate its contents; I use a validator and a protected array of...
Hi, lot of people create sepparate classes for each set of rules and then inject them into the contr...
hi guys, i dont know exactly what should i tag for this problem. Anyway just deployed my app on a La...
I recently upgraded from 4.0 to 4.1 following the upgrade instructions, and now when unit testing my...
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...
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'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...
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