Livewire support #308
HassanDomeDenea
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings.
As of livewire v4, I had pages ready for print, like
resources/views/pages/⚡invoice-print.blade.php, which is SFC Livewire full page component.With the standard
Pdf::view("pages::⚡invoice-print")->save("path/to/file.pdf"), I got 2 kinds of error when using some functionalities like flux components or computed:Or:
If not using those, it might work , but the default layout or
#[Layout]attribute is not getting used at all.Beta Was this translation helpful? Give feedback.
All reactions