jarektkaczyk / revisionable

Nice and easy way to handle revisions of your db
http://softonsofa.com
MIT License
259 stars 43 forks source link

Ldap connection #72

Closed subdesign closed 6 years ago

subdesign commented 6 years ago

I use multiauth on my project, and the admins I want to revision are connected with LDAP. (Others with eloquent driver..)

'illuminate' provider could be used for that?

the package I use: https://github.com/SaschaDens/ldap-connector

thanks

jarektkaczyk commented 6 years ago

My guess is you'd need a custom providerr, unless illuminate works for you. PR welcome! :+1: