laravel-pubsub-queue icon indicating copy to clipboard operation
laravel-pubsub-queue copied to clipboard

Allow to define a custom auth cache driver

Open kainxspirits opened this issue 7 years ago • 3 comments

kainxspirits avatar Sep 05 '18 17:09 kainxspirits

Hey dude 👋 , have you considered this project: https://github.com/madewithlove/illuminate-psr-cache-bridge in order to add auth cache? It would be abstract from laravel point of view, you could pick whatever cache store you want.

esnunes avatar Mar 26 '19 13:03 esnunes

You can also use Doctrine library, it provides a set of cache mechanisms, e.g. Apc, which works fine.

esnunes avatar Mar 26 '19 14:03 esnunes

Hey !

I didn't know about the psr6 bridge. I don't think it will be a good idea to add it as a hard dependencie but we can definitely add it as a suggested package !

I will make some tests and see how it works.

Thanks.

kainxspirits avatar Apr 01 '19 23:04 kainxspirits