安装 php 7.x composer require shopwwi/laravel-cache illuminate/cache ^8.0 php 8.x composer require shopwwi/laravel-cache 配置文件 //路径 config/laravelcache.php 支持驱动 apc array file 本地缓存 redis 缓存 memcached 缓存 ...