0

I have created a PDF in Laravel 5 by Laravel-dompdf.

     $pdf = PDF::loadHTML($html)
          ->setPaper('a4', 'landscape')
          ->setWarnings(false)
          ->save('documents/f_'.$pdf_name.'.pdf');
          //$pdf->download('deposit.pdf');

My question is, How can I delete it now? I didn´t find nothing in the documentation.

Miguel Herreros Cejas
  • 664
  • 1
  • 12
  • 28

0 Answers0