Support the ongoing development of Laravel.io →

633 Threads

Laravel request for specific unique field

Hi, I have my request form for destinations, it has, id, name and location_id so depending on the lo...

0 Likes
1 Replies

How to return to a previous page after validation errors occur

Hello, I have 3 pages. First page with a simple form Second page with a more advanced form. After f...

0 Likes
6 Replies
posted 10 years ago

Validator : Greater than other field

Hi, I'm posting 2 inputboxes in my app which are both numeric. I want my validator to to this : if f...

0 Likes
6 Replies

Laravel 5 How to solve the error when validate a unique username using Boostrap FormValidation Remote

I got an error when i want to validate an unique username using Boostrap FormValidation remote. Belo...

0 Likes
0 Replies

Update unique field Laravel 5.4????

I can not update unique field public function rules() { return [ 'nickname'...

0 Likes
0 Replies

Custom Validation on Multiple FileUpload

I'm having problem return false on this multiple file input. It is working for textboxes. Anyone can...

0 Likes
0 Replies

Laravel-5.4 - how to store the image path in database for all users who registers

I am using laravel-5.4 make:auth . Added one extra field in user table -> profile picture in view...

0 Likes
2 Replies

setting rule for unique name on existing row

Hello, in laravel 5.4 setting rule for unique name like $rules = array( 'name' => 'r...

0 Likes
2 Replies

can't determine source of integrity constraint violation

Hi, I'm trying to work out why Laravel is throwing Integrity constraint violations on my main regist...

0 Likes
1 Replies
posted 8 years ago

Custom validation message for exists

Is it possible to define a custom message for the exists:table,id rule? I tried the following public...

0 Likes
0 Replies

Problem Login with Laravel 5.4+Sentinel

Hi.. i am new in Laravel environment and i just met problem in my first application. I made a page f...

0 Likes
0 Replies

Job Offer: Looking for help with Ajax form submission

Hello, I am looking for someone that can sit with me on skype and TeamViewer, and help me develop an...

0 Likes
0 Replies

Form request validation for "string" lets an empty array pass without error

Is this considered a bug in Laravel? Make a validator and require the field to be a string. It corre...

0 Likes
1 Replies

Changing default columns and table in Laravel Auth 5.2

Ok I am having this problem for a week now. I am following the naming convention of our company in c...

0 Likes
2 Replies

Laravel 5.4: $this->route('table') doesn't work in Request validation rules

In Laravel 5.4 doesn't work $this->route('table') that I use when I want to editing data in table...

0 Likes
0 Replies

Laravel 5.3 Throttle Login

I have notice that Throttles in Laravel 5.3 are different then 5.2 while I was trying to write my ow...

0 Likes
2 Replies

Able to bypass Image validation

Laravel Version: 5.4 PHP Version: 5.6.24 I have wrapped an executable inside an image which has th...

0 Likes
0 Replies

Jquery remote method validation in laravel

I want to live check username availability and existing email using jquery remote method . can anyon...

0 Likes
2 Replies

TokenMismatchException, but where is it coming from?

I've got a published website, since yesterday it did look to be fine. Yerstrday and today instead, I...

0 Likes
5 Replies

Laravel Form validation with logic operators

I have a form with 4 fields. But according to requirements. If 'Message' field is set, then user can...

0 Likes
1 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.