DirectoryTree / LdapRecord-Laravel

Multi-domain LDAP Authentication & Management for Laravel.
https://ldaprecord.com/docs/laravel/v3
MIT License
496 stars 52 forks source link

[Bug] Missing Documentation Information #447

Closed issamjrfadel closed 2 years ago

issamjrfadel commented 2 years ago

Hello Steve.

Thanks for your work on this amazing plugin. I was looking for the documentation to migrate from Adldap2 to LdapRecord and found the migration page however it's missing the documentation.

Regards,

stevebauman commented 2 years ago

Hi @issamjrfadel, thanks for your kind words!

Apologies however, as the migration page was meant to be deleted. After careful consideration when releasing LdapRecord v1.0, I found the migration docs to be very difficult and lengthy, due to the long list of API changes. Besides the query builder, Adldap2 and LdapRecord are very different and cannot be interchanged. They implement two different design patterns.

If you're looking to migrate away from Adldap2, I would suggest following the LdapRecord installation documentation from scratch, update your application to use LdapRecord by slowing removing code using Adldap2, then finally disabling/removing Adldap2.