ADLDAP を使用するのはこれが初めてで、Laravel の作業をいくつかしか行っていないため、混乱しています。
構成ファイルのメモには、次のように書かれています。
/*
|--------------------------------------------------------------------------
| Bind User to Model
|--------------------------------------------------------------------------
|
| The bind user to model option allows you to access the Adldap user model
| instance on your laravel database model to be able run operations
| or retrieve extra attributes on the Adldap user model instance.
|
| If this option is true, you must insert the trait:
|
| `Adldap\Laravel\Traits\AdldapUserModelTrait`
|
| Onto your User model configured in `config/auth.php`.
|
| Then use `Auth::user()->adldapUser` to access.
|
| This option must be true or false.
|
*/
私の質問はAdldap\Laravel\Traits\AdldapUserModelTrait
、 config/auth.php ファイルのどこに/どのように特性を追加するのですか?