Laravel Excel + Laravel Precognition #4211
ThomasWeyssow
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am using Laravel Precognition to implement real-time validation in a form, which is working great as I specified the validation rules in a FormRequest class. The problem is that there is a file upload input in the form that will let the user upload an Excel file, and I would want to validate the file in real time too, using Laravel Excel's Import class rules.
Do you think that would be possible in any way?
Best regards,
Thomas Weyssow
Beta Was this translation helpful? Give feedback.
All reactions