[Vuejs]-Trying to download PDF file from laravel API and vuejs front but always gets empty pdf file

1👍

You are sending this.$http.post(‘downloadinvoice’, item, ( Item from front end not invoice_id ?
and you are getting $request->input('invoice_id'); in your back-end code

Leave a comment