XavRsl / Ldap

Ldap Directory component for Laravel framework
MIT License
22 stars 18 forks source link

how do you integrate it to laravel 5.2?? #9

Open juanlet opened 8 years ago

juanlet commented 8 years ago

Any instructions on how to integrate it to the AuthController that comes?. thanks

XavRsl commented 8 years ago

There is no instruction as it is not integrated perfectly yet. But, you can use the 'ldap' keyword in your auth.php config file to reference ldap authentication. I'll try to give you a working exemple soon.

Xavier