File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
20
20
### If you want to name private folders other than columns of users table, follow these steps:
21
21
1 . Run ` php artisan vendor:publish --tag=lfm_handler ` .
22
- 2 . Fill ` App\Handler\ConfigHander ::class ` into ` user_field ` .
23
- 3 . Edit ` userField() ` in the ` App\Handler\ConfigHander `
22
+ 2 . Fill ` App\Handler\ConfigHandler ::class ` into ` user_field ` .
23
+ 3 . Edit ` userField() ` in the ` App\Handler\ConfigHandler `
24
24
25
25
26
26
## Working Directory:
Original file line number Diff line number Diff line change 43
43
44
44
// Flexible way to customize client folders accessibility
45
45
// If you want to customize client folders, publish tag="lfm_handler"
46
- // Then you can rewrite userField function in App\Handler\ConfigHander class
47
- // And set 'user_field' to App\Handler\ConfigHander ::class
46
+ // Then you can rewrite userField function in App\Handler\ConfigHandler class
47
+ // And set 'user_field' to App\Handler\ConfigHandler ::class
48
48
// Ex: The private folder of user will be named as the user id.
49
49
'user_folder_name ' => UniSharp \LaravelFilemanager \Handlers \ConfigHandler::class,
50
50
You can’t perform that action at this time.
0 commit comments