I'm using laravel 5.4 to make a custom form validation. But why is the custom error message isn't di...
Hi, I want to throw exception in my controller. I use this code: abort(404, 'user not found') I wan...
i have a \App\Polices\CustomPolicy with a method public function view(User $user, CustomModel $model...
with reference to http://stackoverflow.com/questions/42100798/format-formrequest-validation-error-re...
Hi, I am using laravel authentication to authenticate my users. (Laravel 5.3) By default, Laravel us...
Hello, I have some problems with validation rules in FormBuilder. I want the second choice field to...
Hi I am using custom request class that extends laravel Request class validate user input data. I ov...
Hi there, (im beginner in laravel:) how can i validate a file path for existent and then permissions...
When I use variables in $rules and in $validator the code doesn`t work. Where is my mistake? $sumaRa...
Hey Guys, I need your help, because i'm new in laravel. This is the code of my upload controller:...
Hi there, Does anyone know how I can modify the data a form request object contains before it is use...
Hey, I'd like to ask you guys how you validate route parameters with a form request. I have the foll...
<?php namespace App; use Cviebrock\EloquentSluggable\Sluggable; use Illuminate\Database\Eloquen...
Hey, at first: sorry for my bad english, I hope you'll unterstand my problem. So, I would like to ch...
I have tinkering my laravel project awhile, and when I try using register auth from laravel to input...
I'm using Laravel: 5.2.* as my project and trying to validate/restrict large size(max:600kb) image(S...
I'm building a quote form and need help passing data into my controller for validation. I have the f...
I’m having an issue with a file upload. I’m getting the following error in my laravel log. [2016-12-...
This works 'expected_at' => 'date|after:"2016-04-09 10:48:11"', Or this works $rules['...
I have a html form communicating with Laravel with AJAX requests. form data is validated in server-s...
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