Version 3.x supports DomPDF version 3.x. See the changelog in https://github.com/dompdf/dompdf/releases/tag/v3.0.0
The most notable change in laravel-dompdf are the changed defaults, to be more secure;
enable_remote
is nowfalse
by default. Change with caution.allowedRemoteHosts
andartifactPathValidation
are added the the config.
Also, support for Laravel < 9 and PHP < 8.1 is dropped.
What's Changed
- Test against php 8.3 and laravel 10.x by @sergiy-petrov in #1005
- Fix workflow by @barryvdh in #1048
- Allow Dompdf3, add new options by @barryvdh in #1047
- Only support DomPDF 3 by @barryvdh in #1049
New Contributors
- @sergiy-petrov made their first contribution in #1005
Full Changelog: v2.2.0...v3.0.0-beta1