I set DOMPDF_ENABLE_REMOTE
to true. When I create a PDF
on my local. It is working and image is appearing on PDF
. But when I create this on a server
, image is not appeared.
Error is Image no found
I think the problem is in the base_path of your application. have you set the base_path before at dompdf.php? set the parameter with "dirname(FILE)" so even if you use local or server it doesn't matter for you