bishwarupdas

Results 1 issues of bishwarupdas

I am creating pdf in controller, When I use View::make('invoice.view') to load html it works fine. $pdf = new \Thujohn\Pdf\Pdf(); $content = $pdf->load(View::make('invoice.view'))->output(); File::put($compete_file_path, $content); But when I pass data...