You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: readme.md
+39
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,45 @@ If you need the output as a string, you can get the rendered PDF with the output
58
58
Use `php artisan vendor:publish` to create a config file located at `config/dompdf.php` which will allow you to define local configurations to change some settings (default paper etc).
59
59
You can also use your ConfigProvider to set certain keys.
60
60
61
+
### Configuration
62
+
The defaults configuration settings are set in `config/dompdf.php`. Copy this file to your own config directory to modify the values. You can publish the config using this command:
0 commit comments