Replies: 1 comment 1 reply
-
Hi @mpikzink, I see this isn't in the LdapRecord-Laravel documentation. I'll patch this now, thanks! You can enable the cache via its default env key: LDAP_CACHE=true Or, you can publish the configuration file and configure it there: php artisan vendor:publish --provider="LdapRecord\Laravel\LdapServiceProvider" LdapRecord-Laravel/config/ldap.php Lines 65 to 79 in 605e1bc |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can't manage to cache the Ldap queries for the Laravel models. I think I still need to enable caching centrally, but I can't find how to do this for Laravel in the documentation. Here is some example how I like to cache the $users query for example but the query is not cached so far.
Beta Was this translation helpful? Give feedback.
All reactions