Hey guys, today I found out the laravel validator provides a filled method, but it's not present in...
Good Captcha packages anyone can recommend?
Hey, when logging in i get this error Illuminate \ Database \ QueryException SQLSTATE[42S22]: Colu...
I am trying to seed an image, however it fails a validator test for 'image' - even though I am passi...
// validate $rules = array( 'product_code' => 'required',...
Hi all, I am trying to figure out how to create a unique validation based on 2 fields. My app create...
Hey guys, In my pastebin is my small piece of code and question. Please take a look there: http://la...
I'm trying to figure out what is the best idea for me for validating a simple create user form. This...
$rules = array( 'first_name' => array('required'), 'last_name' => array('required'), '...
I have tried encrypting the email address (username) using mutators and accessors on the model for a...
We have been implementing the repository pattern along side self-validating models using Magniloquen...
Hello I made an app where users can upload images, and I want to restrict image dimensions to less t...
Hi everybody, First of all, I'm a newbie on Laravel Framwork. I love this framework, therefore I cho...
Hello everyone, I'm trying to use the XMLReader of PHP inside a custom class that I have created for...
I'm using October CMS (based off Laravel), and it's file-based, so I'm not working much with routes....
I have problem with validate "different:field1|different:field2..." rule with multi field....
I wanted to apply validation to files that already exist on the local file system, just using the st...
Hello, i am facing problems with a validating GET request with a built-in validator class: Controlle...
Hi anyone please help me how to validate the textbox array in laravel4 like <input type="text" na...
See this bin file: http://laravel.io/bin/XO0eO thanks for your help!
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