Support the ongoing development of Laravel.io →

785 Threads

posted 7 years ago

Laravel compare dates

Dear, I ran into a issue with laravel I want to 'compare' dates. This to creatae a appointment, but...

0 Likes
1 Replies

how to show login validations errors using this code

with using this code $auth = Auth::guard('web')->attempt(['email'=>$request->email,'passwor...

0 Likes
0 Replies
posted 7 years ago

Laravel custom validation message

I'm using laravel 5.4 to make a custom form validation. But why is the custom error message isn't di...

0 Likes
1 Replies

custom fields when throw Exception

Hi, I want to throw exception in my controller. I use this code: abort(404, 'user not found') I wan...

0 Likes
2 Replies

Laravel Policies on Route::group with Eloquent

i have a \App\Polices\CustomPolicy with a method public function view(User $user, CustomModel $model...

0 Likes
0 Replies

Validation, 2 fields unique

How can I have a unique validation rule on 2 fields? a. The application should not allow two people...

0 Likes
1 Replies
Solved

Format FormRequest Validation Error Response

with reference to http://stackoverflow.com/questions/42100798/format-formrequest-validation-error-re...

0 Likes
0 Replies

take previous value in Laravel Excel

Hi guys! I'm currently trying to implement something like this but with laravel- Excel: link Excel:...

0 Likes
1 Replies
Solved

Laravel 5.3 - Login is not case-sensitive

Hi, I am using laravel authentication to authenticate my users. (Laravel 5.3) By default, Laravel us...

mfasza liked this thread

1 Likes
0 Replies
posted 7 years ago

Validation Rules

Hello, I have some problems with validation rules in FormBuilder. I want the second choice field to...

0 Likes
0 Replies

Validator errors not in session?

I am validating a form with the following $validator = \Validator::make($request->all(), [ 'p...

0 Likes
11 Replies
Solved

overriding response function is custom request classes in laravel

Hi I am using custom request class that extends laravel Request class validate user input data. I ov...

0 Likes
0 Replies
posted 7 years ago

Validations

Does anyone have any ideas on how to perform validations on fields from different tables.? I have qu...

0 Likes
3 Replies
Solved

How to implement laravel request validation

Hello All, Now i am trying to implement laravel validation on my API controller, and here is my cont...

0 Likes
5 Replies
Solved

Validation Rule - Ignore on Update

Hi all - I'm stumped with rule validation on update. All the examples use a user class but if I crea...

0 Likes
3 Replies
Solved
posted 7 years ago

validate directory read / write

Hi there, (im beginner in laravel:) how can i validate a file path for existent and then permissions...

0 Likes
4 Replies

Multiple file upload and validation

Hi, I want to allow multiple files upload, so I did this in my view: {{ Form::file('files[]', array(...

0 Likes
3 Replies
Solved

Laravel 5.3 Validation

When I use variables in $rules and in $validator the code doesn`t work. Where is my mistake? $sumaRa...

0 Likes
0 Replies
posted 7 years ago

validator always returns false

Hey Guys, I need your help, because i'm new in laravel. This is the code of my upload controller:...

0 Likes
3 Replies

Manipulate form request data

Hi there, Does anyone know how I can modify the data a form request object contains before it is use...

0 Likes
5 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.