smorken / cache-assist
CacheAssist for PHP 8/Laravel
v10.3.0
2026-05-07 16:53 UTC
Requires
- php: ^8.3
- illuminate/cache: ^12.0|^13.0
- illuminate/support: ^12.0|^13.0
- psr/simple-cache: ^3.0.0
Requires (Dev)
- illuminate/config: ^12.0|^13.0
- illuminate/container: ^12.0|^13.0
- mockery/mockery: ^1.0
- phpstan/phpstan: ^2.1.13
- phpunit/phpunit: ^11.0|^12.0
- smorken/docker: *
README
License
This software is open-sourced software licensed under the MIT license
The Laravel framework is open-sourced software licensed under the MIT license
Installation
The service provider should automatically register itself under Laravel.
If not, you can manually add Smorken\CacheAssist\ServiceProvider::class to the
providers section of config/app.php.