Reputation: 1
I want to add Ldap authentication for my Laravel 5.5 Application. I have add ldap providers,
'providers' => [
...
Adldap\Laravel\AdldapServiceProvider::class,
Adldap\Laravel\AdldapAuthServiceProvider::class,
]
,
'aliases' => [
...
'Adldap' => Adldap\Laravel\Facades\Adldap::class,
]
,
when I run command (php artisan vendor:publish --tag="adldap") or (php artisan serve) cmd show this error. Please help me to solve this error. my php version is 7.1.10
Upvotes: 0
Views: 1916