Level 51
You can only have 1 response, so it's impossible to instruct a double return.
What you could do, is set the filename you wish to have downloaded in a session variable, then redirect back to whatever page. Within the redirected page, you could flash your message, along with having an automatic download of the file.
Here is some threads on the topic:
https://stackoverflow.com/questions/25624927/how-do-i-redirect-after-download-in-laravel
3 likes