laravel-dompdf
laravel-dompdf copied to clipboard
Create font cache directory if it doesn't exist
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.
Only thing is that I'm not sure if I want to do this on every request though