安裝套件
安裝套件。
1 | composer require directorytree/ldaprecord-laravel |
發布資源檔。
1 | php artisan vendor:publish --provider="LdapRecord\Laravel\LdapServiceProvider" |
使用
修改 .env
檔。
1 | LDAP_HOST=local.com |
修改 config/ldap.php
檔。
1 | 'username' => env('LDAP_USERNAME', null), |
登入。
1 | $connection = \LdapRecord\Container::getDefaultConnection(); |