I need to download multiple images using download and return response with some other data. Single image return response is working but when we pass array then return error.
return response()->download(['image1.jpg','image2.jpg']);
I need to download multiple images using download and return response with some other data. Single image return response is working but when we pass array then return error.
return response()->download(['image1.jpg','image2.jpg']);