Hi guys! I'm currently trying to implement something like this but with laravel- Excel: link Excel:...
I am validating a form with the following $validator = \Validator::make($request->all(), [ 'p...
Does anyone have any ideas on how to perform validations on fields from different tables.? I have qu...
Hello All, Now i am trying to implement laravel validation on my API controller, and here is my cont...
Hi all - I'm stumped with rule validation on update. All the examples use a user class but if I crea...
Hi, I want to allow multiple files upload, so I did this in my view: {{ Form::file('files[]', array(...
Hello, Route::resource('tasks', 'TasksController', array( 'where' => array('tasks' => '[0-9]+...
Hello there, i am trying a really simple form validation, but somehow it does not work out. here is...
Basically I'm using this guide to get recaptcha on my website. Ran composer update and all but when...
I am trying to write a custom error message for the "required" validation rule in L5. I kn...
I'm trying to override the default login response when a user enters an incorrect email/password. In...
Hi, I start with sample code. This is part of form: <form> <input type="name&quo...
How make post request with GuzzleHttp( version 6.0 ). I am trying do the following and getting error...
I created a custom validation rule that I want to run when another option is selected. It seems that...
Hi, this should be easy to do, but I'm getting an error and at this point I reallly don't know where...
I want my users to be able to edit their user info including their username and email. My form works...
Good afternoon folks, I need your help, I have this car brands list with a button to edit and delete...
I'm try to write a unit testing for test form request in Laravel 5, but I can't not get data from &q...
Hey everyone, I am having issues in my Lumen (v5.2.*) application with custom validators. I have a...
So this is the "example controller", or the controller that ships with Laravel. It creates...
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