按照官方,安裝了cache插件
composer require -W symfony/cache psr/simple-cache illuminate/redis
并更改了配置文件。
在需要的地方引入:
use support\Cache;
使用時(shí)缺報(bào)錯(cuò)
Undefined type 'support\Cache'.intelephense(P1009)
Debian12
"workerman/webman-framework": "^2.1",