dotkernel / api

DotKernel's PSR-7 REST style API built around the Mezzio API skeleton.
https://docs.dotkernel.org/api-documentation/
MIT License
26 stars 4 forks source link

Implement dot-cache #225

Closed bidi47 closed 4 months ago

bidi47 commented 4 months ago

implement dot-cache by following this article https://www.dotkernel.com/dotkernel/doctrine-cache-using-symfony-cache/

related to https://github.com/dotkernel/admin/issues/217

bidi47 commented 4 months ago

solved in https://github.com/dotkernel/api/pull/227

note i had to run composer update before being able to add dotkernel/dot-cache as some 3rd party packages had versions that did not allow dot-cache to be installed (league/oauth2-server, lcobucci/clock, lcobucci/jwt)

these packages were changed on composer update