image is not rendering DOM pdf, here is my code
$baseurl = Config::get('app.baseurl');
$logoImagepath = $baseurl.'/assets/images/logo.png';
$invoicePDF = Config::get('settings.invoice');
$invoicePDF = str_replace('#imagepath#', $logoImagepath, $invoicePDF);
$pdf = PDF::loadView('pdf.order_detail',compact('invoicePDF'))->save($saveInvoicePdfPath);
html get from config, all HTML is render successfully but image is not showing in PDF.
if i print HTML code, image render successfully.
please suggest me solution.
from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2LiPMKd
via IFTTT
Aucun commentaire:
Enregistrer un commentaire