You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
when I use save function
$pdf = Pdf::loadView('pdf.invoice', ['data' => $data]);
$name = 'receipt-#'.$data['order']->order_number.'1.pdf';
$path = $pdf->save($name,'F');
i want to get the file path so i can donload it with laravel nova action
note:
laravel nova does not use $pdf->download($name)
how i can solve this issue???????????????????
The text was updated successfully, but these errors were encountered: