entrust
entrust copied to clipboard
Use laravel cache key (to allow multiple apps to use the same caching server)
These commits fixes the key stored in the cache to match laravel conventions. This is important when you have multiple Laravel apps using the same caching server, because they override one another.
Looks like I can't use a key from Laravel itself ? Agreed that tests will fail, but is possible to make it work on a working environment ?
I understand the issue... I'm going to work on a fix and in updating the tests to match the fix
That's great, thank you @Zizaco 😄
Any updates on this one ? :)