I have a validation.php file in /workbench/<vendor>/<package>/lang/en. In this file, I h...
When upload just one image, the validator works. But, When upload multiple images by enable input's...
Hi. I have problem with functional testing form validation. When I use $errors in my view, tests fai...
$rules = array( 'cover_image' => 'required|image|mimes:png,jpeg', 'content' => 'required',...
Hi In Laravel 4 this code works like a charm. But in Laravel 4.1 this don't work. start/global.php r...
Hello I'm trying to make simple voting system. So when user click on specific button it should send...
Hi guys! Recently I added a "page" segment on the url for pagination so I changed my '{sec...
I need to have some validation rules based on configuration files (those at app/config), so the rule...
Hey guys, I am having some trouble getting my error messages to show for my custom Validation class....
Hi, I have this code in my_view.blade.php : <div class="row"> <div cl...
So I have this Offer model with several offers available. I also have a Pattern model that has a man...
Hi, I've got this in my code. $list = $the_things->where( 'date_field', '>', time() ); That d...
I am trying to create error messages without having to hardcode into custom array of validation.php...
Hi. I have this table: Schema::create('maps', function($table) { $table->engine = 'InnoDB'; $...
Hello there. I have a User table with a password, and People table with an email. User has a forei...
I have a form whereby all my validation except for file works. It seems to return the file name prop...
My app allows users to dynamically add input fields in a form via some simple javascript. I construc...
Hey, i use Ardent and I can't find a way to validate model against uniqueness of column in context o...
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...
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