We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dad4b7 commit ba7b7e3Copy full SHA for ba7b7e3
README.md
@@ -24,7 +24,7 @@ Include jupitern/docx in your project, by adding it to your composer.json file.
24
$dir = 'C:\\www\\docx\\';
25
26
// Docx template
27
-$docx = Docx::instance()
+$docx = \Jupitern\Docx\Docx::instance()
28
->setTemplate($dir.'template.docx')
29
->setData(['{name}' => 'john doe', '{address}' => 'at the end of the road'])
30
->save($dir.'result.docx');
0 commit comments