I'm trying to validate unique title for specific book_id it means is should be unique only specific...
Hi To be fair Im just starting to look into Laravel. The end goal is to have different schools to lo...
Hello, Please help me, this is the error that i get when i execute this php artisan make:request Pro...
i try make button disabled if not expired but after expired button not function like disabled not en...
Dear, I ran into a issue with laravel I want to 'compare' dates. This to creatae a appointment, but...
with using this code $auth = Auth::guard('web')->attempt(['email'=>$request->email,'passwor...
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...
How can I have a unique validation rule on 2 fields? a. The application should not allow two people...
with reference to http://stackoverflow.com/questions/42100798/format-formrequest-validation-error-re...
Hi guys! I'm currently trying to implement something like this but with laravel- Excel: link Excel:...
Hi, I am using laravel authentication to authenticate my users. (Laravel 5.3) By default, Laravel us...
mfasza liked this thread
Hello, I have some problems with validation rules in FormBuilder. I want the second choice field to...
I am validating a form with the following $validator = \Validator::make($request->all(), [ 'p...
Hi I am using custom request class that extends laravel Request class validate user input data. I ov...
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 there, (im beginner in laravel:) how can i validate a file path for existent and then permissions...
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