smorken / cache-assist
CacheAssist for PHP 8/Laravel
v10.1.2
2024-07-18 16:41 UTC
Requires
- php: ^8.1
- illuminate/cache: ^9.0|^10.0|^11.0
- illuminate/support: ^9.0|^10.0|^11.0
- psr/simple-cache: ^3.0.0
Requires (Dev)
- illuminate/config: ^9.0|^10.0|^11.0
- illuminate/container: ^9.0|^10.0|^11.0
- mockery/mockery: ^1.0
- phpstan/phpstan: ^1.11.7
- 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
.