entrust icon indicating copy to clipboard operation
entrust copied to clipboard

Use laravel cache key (to allow multiple apps to use the same caching server)

Open LeNiglo opened this issue 8 years ago • 4 comments

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.

LeNiglo avatar Sep 01 '17 15:09 LeNiglo

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 ?

LeNiglo avatar Sep 01 '17 15:09 LeNiglo

I understand the issue... I'm going to work on a fix and in updating the tests to match the fix

Zizaco avatar Nov 13 '17 22:11 Zizaco

That's great, thank you @Zizaco 😄

LeNiglo avatar Nov 14 '17 09:11 LeNiglo

Any updates on this one ? :)

LeNiglo avatar Jan 07 '19 18:01 LeNiglo