Skip to content

Commit feccb0b

Browse files
committed
update readme
1 parent b939e9f commit feccb0b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ This package requires `"intervention/image": "2.*"`, in order to make thumbs, cr
3636
php artisan vendor:publish --tag=lfm_config
3737
php artisan vendor:publish --tag=lfm_public
3838
```
39+
40+
1. Fill user_field with your user slug in config/lfm.php :
41+
42+
```
43+
'user_field' => "\Auth::user()->name",
44+
```
3945

4046
1. View initiation
4147

@@ -52,7 +58,7 @@ This package requires `"intervention/image": "2.*"`, in order to make thumbs, cr
5258
```javascript
5359
<script>
5460
$('textarea').ckeditor({
55-
filebrowserImageBrowseUrl: '/laravel-filemanager?type=Images'
61+
filebrowserImageBrowseUrl: '/laravel-filemanager?type=Images'
5662
});
5763
</script>
5864
```

0 commit comments

Comments
 (0)