We were talking about Laravel 5 on its release, we are pleased today to welcome Laravel 5.1
I want to display only specific sections on my blade to pdf view . is it possible using DOMpdf ? pls advice
public function pdf() { $pdf = PDF::loadView('home'); return $pdf->stream(); }
Aucun commentaire:
Enregistrer un commentaire