Support the ongoing development of Laravel.io →

629 Threads

Send user password reset link after creation by admin

My application only allows for admin to create users (i.e. users cannot register), and assign roles...

0 Likes
2 Replies
posted 6 years ago

Why laravel can not cancel validation?

I think laraval no support in this regard, what do you think? I think one of the field validation f...

0 Likes
0 Replies

HTTP POST Request in Laravel 5.5

Let me try to explain what I'm trying to do. We have an API for SMS services hosted somewhere in the...

0 Likes
0 Replies

Updating another user and ignoring its name/email when validating

Hello, I'm having some trouble realizing a bit of logic in my application. In short, I have a user u...

0 Likes
2 Replies

Laravel 5.4 Session Flash and Validator are not work !

Hey guys, Kernel.php : https://ibb.co/mHxOeQ UserController $this->validate($request, [...

0 Likes
2 Replies

Google reCaptcha always resetting with laravel 5.1

I've searched about it on internet but it seems to be different. I'm using laravel5.1 and implemente...

0 Likes
0 Replies

Laravel Eloquent Saving by batch

is there any way on how to save a Whole batch of file using eloquent ? For example I have a 1000 ite...

0 Likes
1 Replies

Flash data lost after Session::save()

Hey, as title stated, I lose my flash data after I trigger a Session::save in the destruct of my con...

0 Likes
1 Replies

Validate two fields with the same validation rule

Hello everyone. Is it possible in Laravel to apply the same validation rule to multiple fields? For...

0 Likes
3 Replies

How to redirect to post form when validation fails?

i am using POST method to edit the user web.php Route::match(['get','post'],'/editUser', 'UsersCon...

0 Likes
2 Replies

Laravel 5 How to change Date Format from Boostrap datepicker in Controller before Validation

i want to change the date format in controller before doing validation. Below is my view <input t...

0 Likes
2 Replies

BindException in Guard.php line 80: Can't contact LDAP server

Hi, i just learned to use laravel and ldap. Currently, I'm creating a web system for employees. I ha...

0 Likes
0 Replies

How to provide old value of a form, if it is populated with snippets

Hi, I have a following pice of code in the snippets, that I am using jQuery Datepicker. But, if the...

0 Likes
0 Replies

jQuery $.post stops working

So I was trying to do some nice looking registration, then user presses register button ajax checks...

0 Likes
3 Replies

Create a trait for requests and extend it

Hi everyone, I've two validations for requests that are now managed through two different files (cla...

0 Likes
1 Replies

Laravel setPasswordAttribute Override

This is a problem I've seen a few times, and it may be to a lack of understanding on my part, but it...

0 Likes
0 Replies

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 9 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

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.