mardi 21 janvier 2020

barryvdh/laravel-dompdf failed to stream my invoice it just keep loading in laravel app

I want to stream my invoice. But when i click to stream it just keep loading it is not responding; this is my function

  $pdf = PDF::loadView('receipt', array('user' => $user, 'traveller'=>$cus_info));
  return $pdf->stream();


via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire