I've been having some trouble getting a logo to be displayed in a Cashier PDF invoice generated by dompdf.
I'm able to edit the template file, but the image is displaying as a box with an X through it with the error "Image not found or type unknown". I'm using the full path to the image and I know that it exists at that path.
Having a look at the dompdf documentation, there is an isRemoteEnabled variable that some people seem to have had success overriding to allow images to render but I'm not sure what the best way to override that in a Laravel project is.
I'm facing the same issue. Trying to display image with full url which is correct but it complains that image not found. Is there a special setting I need to enable the images?