I need to export Excel (CSV is ok) where will be about 10-20K records. I tried to export the package Maatwebsite/Laravel-Excel ( https://github.com/Maatwebsite/Laravel-Excel ). it works perfectly for small amount of records but does not work for this large files.
what could be the way around of this situation?
via nasirkhan