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...
i want to change the date format in controller before doing validation. Below is my view <input t...
Hi, i just learned to use laravel and ldap. Currently, I'm creating a web system for employees. I ha...
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...
Hi, I have a following pice of code in the snippets, that I am using jQuery Datepicker. But, if the...
So I was trying to do some nice looking registration, then user presses register button ajax checks...
Hi everyone, I've two validations for requests that are now managed through two different files (cla...
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...
This is a problem I've seen a few times, and it may be to a lack of understanding on my part, but it...
Hi, I have my request form for destinations, it has, id, name and location_id so depending on the lo...
Hello, I have 3 pages. First page with a simple form Second page with a more advanced form. After f...
Hi, I'm posting 2 inputboxes in my app which are both numeric. I want my validator to to this : if f...
I got an error when i want to validate an unique username using Boostrap FormValidation remote. Belo...
I can not update unique field public function rules() { return [ 'nickname'...
I'm having problem return false on this multiple file input. It is working for textboxes. Anyone can...
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