how to download csv file then redirect the page using laravel

I want to download the CSV file after that want to redirect the page on laravel controller.but does not work on the below code

$downloadthefile=Response::make($return_data);
Response.redirect('/app-sent-report');


from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/3mpbX11
via IFTTT

تعليقات

المشاركات الشائعة من هذه المدونة

I am unable to figure out how to create payment collection request, after a form has been submitted in laravel

laravel, mysql transaction not working after failed one time