Shavik
Download a generated file with Action button
I know this is an old topic but I just fought with this a bit on downloading a generated PDF from the spatie package.
@awcodes I know you're probably watching the super bowl today but saw you asked him to paste the whole action.
In my case, I had binary PDF data from the internal browsershot instance within Laravel PDF.
This code properly returns the PDF and autodownloads it.
Where
$receipt
is a PdfBuilder
instance.
13 replies