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 1919
2020### If you want to name private folders other than columns of users table, follow these steps:
21211 . 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 `
2424
2525
2626## Working Directory:
Original file line number Diff line number Diff line change 4343
4444 // Flexible way to customize client folders accessibility
4545 // 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
4848 // Ex: The private folder of user will be named as the user id.
4949 'user_folder_name ' => UniSharp \LaravelFilemanager \Handlers \ConfigHandler::class,
5050
You can’t perform that action at this time.
0 commit comments