As the title states, im having a problem with this. i tested this code and the wild error appears Route::get('/pdf', function() { $pdf = PDF::make(); $pdf->addPage('<html><head></head><body><b>Hello World</b></body></html>'); $pdf->send(); });