Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility Laravel 11 #280

Closed
wbetalleluzd opened this issue Mar 20, 2024 · 4 comments
Closed

Compatibility Laravel 11 #280

wbetalleluzd opened this issue Mar 20, 2024 · 4 comments

Comments

@wbetalleluzd
Copy link

wbetalleluzd commented Mar 20, 2024

OMG I am waiting a week or more to update to Laravel 11 and I cant because I need this package....
I think we move to Dompdf.
Im sorry, but you dont update yet.

@markcanals
Copy link

Does anyone know if this package will be updated to be used with Laravel 11?

@jeroen-hso
Copy link

Composer.json in master branch is updated to support Laravel 11.

The following workaround works for me:
composer.json

"require": {
   "codedge/laravel-fpdf": "dev-master",
}
"repositories": [
        {
          "type": "vcs",
          "url": "https://github.com/codedge/laravel-fpdf.git"
        }
      ]

@Mrkars
Copy link

Mrkars commented May 1, 2024

Thank you @jeroen-hso!

@codedge
Copy link
Owner

codedge commented May 15, 2024

i think there was just a release missing. I created the 1.12.1 release which support now L 11.

@codedge codedge closed this as completed May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants