Questions 1: In the official manual of Laravel I saw: By default, when an attribute being validate...
help me how to user request input three time for captcha if overdone 3 time after notification messa...
Hi, I'm using a Form Request with rules but I want to check the recaptcha validates before validatin...
Hi everybody I had problem 3 months ago but i had solution for it http://laravel.io/forum/07-21-2014...
I saw a weird validation behavior. 'alpha, alpha_num, alpha_dash' validation passes multibyte string...
I have some problem creating the auth part of my site: I tried to adapt my page to the register.blad...
I just upgrade from Laravel 5.3 to 5.4 then I move to 5.5. After that, I wrote this test: /** @t...
Data and validation rule is here (https://paste.laravel.io/70e20397-4032-4af3-9d5a-bcd615883c44) Que...
Laravel 5.4 version The validate() function works until I test more than 3 errors in the form. Upon...
Hi. I faced with some problems on my Laravel project. Script works correctly on WAMP but when I uplo...
Hi all I have 2 unique field for label and isbn. For the cleaner code i moved the validation to a Fo...
My application only allows for admin to create users (i.e. users cannot register), and assign roles...
Hi, this is a common custom error message: $messages = array( 'min' => 'This field aint long enou...
I think laraval no support in this regard, what do you think? I think one of the field validation f...
Let me try to explain what I'm trying to do. We have an API for SMS services hosted somewhere in the...
Hello, I'm having some trouble realizing a bit of logic in my application. In short, I have a user u...
Hey guys, Kernel.php : https://ibb.co/mHxOeQ UserController $this->validate($request, [...
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...
I've searched about it on internet but it seems to be different. I'm using laravel5.1 and implemente...
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