barryvdh / laravel-dompdf

A DOMPDF Wrapper for Laravel
MIT License
6.62k stars 965 forks source link

Create font cache directory if it doesn't exist #964

Open boserup opened 1 year ago

boserup commented 1 year ago

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.

barryvdh commented 3 months ago

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