What's Changed
- Laravel 12.x Support by @erikn69 in https://github.com/barryvdh/laravel-dompdf/pull/1072
Full Changelog: https://github.com/barryvdh/laravel-dompdf/compare/v3.1.0...v3.1.1
Unclaimed project
Are you a maintainer of laravel-dompdf? Claim this project to take control of your public changelog and roadmap.
Changelog
A DOMPDF Wrapper for Laravel
SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.
An open-source, self-hostable PaaS alternative to Vercel, Heroku & Netlify that lets you easily deploy static sites, databases, full-stack applications and 280+ one-click services on your own servers.
Laravel is a web application framework with expressive, elegant syntax.
☁️ Nextcloud server, a safe home for all your data
Full Changelog: https://github.com/barryvdh/laravel-dompdf/compare/v3.1.0...v3.1.1
This release updates the config for dompdf/dompdf v3.1.0 which contains the. following breaking URL:
Breaking Change This release adds the "data://" scheme to the protocol validation rules. Installations that explicitly define the allowed protocols but do not include the "data://" protocol will no longer render data-URIs. This is...
contact_links by @erikn69 in https://github.com/barryvdh/laravel-dompdf/pull/1057Full Changelog: https://github.com/barryvdh/laravel-dompdf/compare/v3.0.0...v3.0.1
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...