CSS and Image not rendering on my PDF

Author: dheyxterCreated Feb 28, 2024Updated Feb 4, 2026
Labelsstale

Hello, I have just recently upgraded my Laravel to the latest version, Now I'm having an issue with external CSS and image rendering on my Dompdf. The data works fine but the css and and image are both not working. In my previous version, it worked fine. Now, my project is working on a docker environment and just new to it. The code below is a sample. Thank you

<link rel="stylesheet" type="text/css" href="{{ asset('file.css') }}" media="all">