If I used download there is no dowloaded file or the download is triggered #4012
Unanswered
jeromevillaver
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
-
If I used store
return Excel::store(new PlayerExport($sortBy, $orderBy), 'player-export.xlsx');
this will download the file into storage/app
but if I used download
return Excel::download(new PlayerExport($sortBy, $orderBy), 'player-export.xlsx');
nothing happened and there is no downloaded file in the download folder
Even if this sample from docs
Controller
Export
Beta Was this translation helpful? Give feedback.
All reactions