Import Collection only gives one row #4216
Unanswered
ThantHtetAung101
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm importing a csv file like this in controller
Excel::import(new ProductImport, request()->file('file'));
But when I check the rows in ProductImport, it only shows me one row
public function collection(Collection $rows): JsonResponse { dd($rows); }
Beta Was this translation helpful? Give feedback.
All reactions