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...
Hey guys, I'm pretty new to laravel and I would like to use the Validator which comes with laravel....
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...
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