mccarlosen / laravel-mpdf

Generate PDFs in Laravel with Mpdf.
402 stars 107 forks source link

Laravel 10 - When ? #125

Closed realtebo closed 1 year ago

realtebo commented 1 year ago

Is it planned to update this package to be compatibile with Laravel 10 (and PHP 8.2) ?

We got complaint about PSR- compatibility

finwe commented 1 year ago

Now, I have just installed this package alongside Laravel 10.2 on PHP 8.2.

Maybe try it first and then share exact problems you are having.

finwe commented 1 year ago

(this should read "not compatible with psr/http-message ^2.0" and be reported in mpdf repository directly)

saraswat19 commented 1 year ago

I am getting this error on laravel 10

Screenshot 2023-05-25 at 01 14 31
finwe commented 1 year ago

@saraswat19 your installed mPDF version is <7.0, probably 6.1.3 which is far from compatible with PHP 8. Make sure your dependencies allow the latest mPDF 8.x version.

saraswat19 commented 1 year ago

@saraswat19 your installed mPDF version is <7.0, probably 6.1.3 which is far from compatible with PHP 8. Make sure your dependencies allow the latest mPDF 8.x version.

Thank you. That fixed it.