Skip to content

Commit 4b9a5ba

Browse files
UPDATE
1 parent ff070ea commit 4b9a5ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,10 @@ PDF::create([
259259
'destination' => public_path("invoice/{$generate}"),
260260
'output' => 'view',
261261
]);
262+
```
263+
-- `or`
262264

265+
```
263266
TamePDF()->create([
264267
'content' => '<h1>Hello World!</h1>',
265268
'destination' => public_path("invoice/{$generate}"),

0 commit comments

Comments
 (0)