You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2021. It is now read-only.
Hi,
I have a form with several files with rules like this :
Field::make('Catalogue EN', 'catalog_file_en')->file()->rules('nullable|required_with:catalog_label_en|mimes:pdf,xls,xlsx'), Field::make('Libellé catalogue EN', 'catalog_label_en')->input()->rules('nullable|required_with:catalog_file_en'),
I have always the validation rule if I choose nothing for these fields. How can I do ?
Regards
The text was updated successfully, but these errors were encountered: