I am trying to import more then 100MB file with more then 50,000+ Rows but it show "Failed To Load Response Data: No Data Found For Resource with given identifier" In Inspect element.
When i import small size CSV it work fine.
Below is From Controller How i called import
Excel::import(new MyModel, request()->file('myfiletype'),\Maatwebsite\Excel\Excel::CSV);
In my Imports file i simply return row as my data
Thanks in advance