Skip to content

Commit 4256818

Browse files
committed
Update installation.md
1 parent dbed600 commit 4256818

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/getting-started/installation.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,11 @@ use it in your resource
6565
// set the icon for the QR action
6666
->actionIcon('heroicon-s-building-library')
6767

68-
// more options soon
68+
// to customize the upload disk
69+
->uploadDisk('public')
70+
71+
// to customize the upload directory
72+
->uploadDirectory('qr-dir')
6973
,
7074
```
7175

0 commit comments

Comments
 (0)