So I ended up getting it to work by following this tutorial in Spanish using Google Translate!! Generar PDFs en Laravel 5.1 con DomPdf
I am running L5.2 and this is for L5.1 but I found that if I do not add this line: $app->register(\Barryvdh\DomPDF\ServiceProvider::class); to bootstrap/app.php then everything works.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community