-
-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
When I set rules to Image field in dependency container it doesnt apply on uploading images. Below is the exact code.
DependencyContainer::make([
Image::make(__('Insurance Image'), 'image')
->rules(['required', 'image','mimes:jpg,jpeg,png', 'max:2000'])
->path('images/loads-insurance'),
])
In this situation every file uploaded and rules ignored.
Paulsky
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed