laravel-dompdf
laravel-dompdf copied to clipboard
Bring the package up to date with CSS3!
Describe the bug There is no support for CSS3 features, like border-box, flexbox, grid, etc. This is very annoying, since CSS3 is the most used version of CSS.
To Reproduce Steps to reproduce the behavior:
- Laravel 9.22, package version 2
- No alternations to options.
that package here is just a wrapper for dompdf to make usage in Laravel easier.
there are a few issues in their repositories for differrent CSS 3 features: https://github.com/dompdf/dompdf/issues
Give laravel-snappy a shot. It supports flexboxes.