laravel-dompdf icon indicating copy to clipboard operation
laravel-dompdf copied to clipboard

Create font cache directory if it doesn't exist

Open boserup opened this issue 2 years ago • 1 comments

This pull requests adds the functionality to create a font cache directory if it doesn't exist. By ensuring that the font cache directory will be created, it will prevent any errors caused by the directory not being available to dompdf.

boserup avatar Mar 29 '23 12:03 boserup

Only thing is that I'm not sure if I want to do this on every request though

barryvdh avatar May 22 '24 08:05 barryvdh