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

Barryvdh\DomPDF\Facade::class, Not Found #1001

Open
Faiznurullah opened this issue Sep 22, 2023 · 5 comments
Open

Barryvdh\DomPDF\Facade::class, Not Found #1001

Faiznurullah opened this issue Sep 22, 2023 · 5 comments

Comments

@Faiznurullah
Copy link

Describe the bug
This is always not found

@parallels999
Copy link

I don't understand, are the examples difficult to read?

laravel-dompdf/readme.md

Lines 37 to 40 in 3dbe06b

use Barryvdh\DomPDF\Facade\Pdf;
$pdf = Pdf::loadView('pdf.invoice', $data);
return $pdf->download('invoice.pdf');

@hyphen81
Copy link

composer dump-autoload

@AlexErmer
Copy link

found a tutorial here where this name is linked.. but it has to be Barryvdh\DomPDF\Facade\Pdf::class. I did not check the history, but I think there once was a class named Facade, which leads now to this irritations.

@YudhaDevelops
Copy link

This version is worse than the previous version, namely version 1.0

@LixnSwizz
Copy link

did you get a solution in you problem

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

6 participants