Support the ongoing development of Laravel.io →

156 Threads

posted 1 year ago

get all ValidatorMessage from rules

I am trying to show all possible error messages that come from the rules I created. how can i show i...

0 Likes
1 Replies
Solved

What makes the image type validation fail?

What makes the image type validation in this Laravel application fail? I am making a blogging applic...

0 Likes
3 Replies
Solved

How do I keep the invalid form open?

I am making a blogging application with Laravel 8 and Bootstrap 5. For adding a post I use a form pl...

0 Likes
6 Replies
Solved

What causes the data validation failure in this API?

I am working on an application consisting of a Laravel 8 API and a Vue 3 front-end. I have a registr...

0 Likes
1 Replies
Solved

can not insert data in database in laravel 8x

When i insert data in database with sign up register page, it shows me the same page without passing...

0 Likes
1 Replies
Solved
posted 3 years ago

PHP 7.3 and Laravel preg_match(): Compilation failed

Hello, after updating to php 7.3 (or above) my Laravel 5.7 App throws me a preg_match(): Compilation...

0 Likes
1 Replies
Solved

Laravel Validation not working

**I only use required but not show the validation message ** public function store(Request $reques...

0 Likes
3 Replies
Solved

Why laravel validation don't displaying errors?

I'm trying to validate a request from form and appear a problem, not showing error messages on the v...

0 Likes
8 Replies
Solved

SQLSTATE[HY000]: General error: 1364 in LARAVEL 5.7

I tried to validate data inserted into a form before storing into database. basically the model has...

0 Likes
1 Replies
Solved
posted 9 years ago

Create custom validation rule which takes two fields as arguments

Hi! I'm creating a custom validation rule since I don't think I can do this with the existing rules....

0 Likes
10 Replies
Solved
posted 9 years ago

Custom validation messages with data of the rules

Hi, this is a common custom error message: $messages = array( 'min' => 'This field aint long enou...

0 Likes
7 Replies
Solved

Cannot make radiobutton bootstrap work. Laravel 5.4

Hello there everyone, thanks for read this and help me. I have a form like this <div class="...

0 Likes
1 Replies
Solved

Localization & Validation

I need to change the error message on the default auth/login.blade.php file It returns "These c...

0 Likes
8 Replies
Solved

Laravel unique validation on multiple columns for unique relations

How do I perform a Laravel unique validation on multiple columns for unique relations. One user can...

0 Likes
3 Replies
Solved
posted 8 years ago

$errors variable empty after failed validation

I'm brand new to Laravel (and fairly new at PHP), and I'm loving it so far... except for one issue t...

0 Likes
10 Replies
Solved

Verify email address after user registration

I want to develop a forum that will require a user email verification after registration. I don't kn...

0 Likes
5 Replies
Solved

Sierra Upgrade - Break in Laravel/Vagrant/Homestead -

I decided to do the upgrade and regretting it now so I am hoping to find someone else who might have...

0 Likes
1 Replies
Solved

Validation alphabet and numeric value

what is regex for validation if value have both alphabet or numeric value ? thanks

0 Likes
4 Replies
Solved
posted 8 years ago

User login only if account status is active.

I'm currently developing my own app and I got stuck at the login part, it does work fine, however I'...

0 Likes
7 Replies
Solved

Validation, 2 fields unique

How can I have a unique validation rule on 2 fields? a. The application should not allow two people...

0 Likes
1 Replies
Solved

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.

© 2024 Laravel.io - All rights reserved.