We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade662a commit 429ff2fCopy full SHA for 429ff2f
README.md
@@ -323,7 +323,7 @@ $pdfInvoice = new PdfInvoice(
323
],
324
logo: public_path('/images/logo.png'), // local path or base64 string
325
template: "default.layout", // use the default template or use your own
326
- templateData: [ // custom date to pass to the template
+ templateData: [ // custom data to pass to the template
327
'color' => '#050038'
328
329
);
0 commit comments