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...
is there any way on how to save a Whole batch of file using eloquent ? For example I have a 1000 ite...
Hey, as title stated, I lose my flash data after I trigger a Session::save in the destruct of my con...
Hello everyone. Is it possible in Laravel to apply the same validation rule to multiple fields? For...
i am using POST method to edit the user web.php Route::match(['get','post'],'/editUser', 'UsersCon...
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