smorken / cache-assist
CacheAssist for PHP 8/Laravel
    v10.2.0
    2025-04-29 14:56 UTC
Requires
- php: ^8.1
 - illuminate/cache: ^9.0|^10.0|^11.0|^12.0
 - illuminate/support: ^9.0|^10.0|^11.0|^12.0
 - psr/simple-cache: ^3.0.0
 
Requires (Dev)
- illuminate/config: ^9.0|^10.0|^11.0|^12.0
 - illuminate/container: ^9.0|^10.0|^11.0|^12.0
 - mockery/mockery: ^1.0
 - phpstan/phpstan: ^1.11.7|^2.1.13
 - phpunit/phpunit: ^11.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.