Debug mode can be very useful in a development environment – but never leave it on in production. Laravel-health is a package from Spatie that warns you, via email, Slack or other channels, of different problems in your app, including if you left debug mode enabled. To use it, simply ...
* __isFontSubsettingEnabled__: false _(available in config/dompdf.php)_ * __debugPng__: false * __debugKeepTemp__: false @@ -107,6 +108,9 @@ Available options and their defaults: * __pdflibLicense__: "" * __adminUsername__: "user" * __adminPassword__: "password" * __...