You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing package, and trying to generate a test pdf, nothing happens. No errors shown. I've installed Puppeteer in macOs, and Browsershot in Laravel.
How to reproduce the bug
On first test in Lavarel 10, using: use function Spatie\LaravelPdf\Support\pdf; ... return pdf()->view('pdf.employee', compact('record'))->name('employees.pdf');
Made sure blade file exists.
This discussion was converted from issue #26 on January 08, 2024 14:57.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
After installing package, and trying to generate a test pdf, nothing happens. No errors shown. I've installed Puppeteer in macOs, and Browsershot in Laravel.
How to reproduce the bug
On first test in Lavarel 10, using:
use function Spatie\LaravelPdf\Support\pdf;
...
return pdf()->view('pdf.employee', compact('record'))->name('employees.pdf');
Made sure blade file exists.
Package Version
1.0.0
PHP Version
8.2.14
Laravel Version
10.39.0
Which operating systems does with happen with?
macOS
Notes
No response
Beta Was this translation helpful? Give feedback.
All reactions