Oct 5, 2024
0
Level 1
Laravel Excel Import + precognition
Hello, I am using precognition to validate a form in real time, so I moved the validation rules in the rules() method of a custom FormRequest, which is working great. The problem is that I have a file upload input in this form to upload an Excel file, and I want to use Laravel Excel's import validation rules in this FormRequest. Does anyone knows if this is possible?
Please or to participate in this conversation.