Skip to content

Commit aa981da

Browse files
committed
update independent use doc
1 parent ff48c61 commit aa981da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/integration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ If you are going to use filemanager independently, meaning set the value of an i
105105
<img id="holder" style="margin-top:15px;max-height:100px;">
106106
```
107107

108+
1. Import lfm.js(run `php artisan vendor:publish` if you need).
109+
110+
```javascript
111+
<script src="/vendor/laravel-filemanager/js/lfm.js"></script>
112+
```
113+
108114
1. Init filemanager with type. (requires jQuery)
109115

110116
```javascript

0 commit comments

Comments
 (0)