I am trying to show all possible error messages that come from the rules I created. how can i show i...
What makes the image type validation in this Laravel application fail? I am making a blogging applic...
I am making a blogging application with Laravel 8 and Bootstrap 5. For adding a post I use a form pl...
I am working on an application consisting of a Laravel 8 API and a Vue 3 front-end. I have a registr...
When i insert data in database with sign up register page, it shows me the same page without passing...
Hello, after updating to php 7.3 (or above) my Laravel 5.7 App throws me a preg_match(): Compilation...
**I only use required but not show the validation message ** public function store(Request $reques...
I'm trying to validate a request from form and appear a problem, not showing error messages on the v...
I tried to validate data inserted into a form before storing into database. basically the model has...
Hi! I'm creating a custom validation rule since I don't think I can do this with the existing rules....
Hi, this is a common custom error message: $messages = array( 'min' => 'This field aint long enou...
Hello there everyone, thanks for read this and help me. I have a form like this <div class="...
I need to change the error message on the default auth/login.blade.php file It returns "These c...
How do I perform a Laravel unique validation on multiple columns for unique relations. One user can...
I'm brand new to Laravel (and fairly new at PHP), and I'm loving it so far... except for one issue t...
I want to develop a forum that will require a user email verification after registration. I don't kn...
I decided to do the upgrade and regretting it now so I am hoping to find someone else who might have...
what is regex for validation if value have both alphabet or numeric value ? thanks
I'm currently developing my own app and I got stuck at the login part, it does work fine, however I'...
How can I have a unique validation rule on 2 fields? a. The application should not allow two people...
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