packagist barryvdh/laravel-dompdf v3.0.0-beta1

latest releases: dev-master, dev-feat-headerutil-disposition
one month ago

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 now false by default. Change with caution.
  • allowedRemoteHosts and artifactPathValidation are added the the config.
    Also, support for Laravel < 9 and PHP < 8.1 is dropped.

What's Changed

New Contributors

Full Changelog: v2.2.0...v3.0.0-beta1

Don't miss a new laravel-dompdf release

NewReleases is sending notifications on new releases.