laravel-pubsub-queue
laravel-pubsub-queue copied to clipboard
Allow to define a custom auth cache driver
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.
You can also use Doctrine library, it provides a set of cache mechanisms, e.g. Apc, which works fine.
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.