摘要: 配置 config/autoload/logger.php <?php declare(strict_types=1); return [ 'default' => [ 'handler' => [ 'class' => Monolog\Handler\StreamHandler::class, ' 阅读全文
posted @ 2021-09-22 19:29 胡勇健 阅读(827) 评论(0) 推荐(0)
摘要: Cache代理类 Cache代理类 app/Utils/Cache.php <?php namespace App\Utils; use Hyperf\Utils\ApplicationContext; use Psr\SimpleCache\CacheInterface; class Cache 阅读全文
posted @ 2021-09-22 17:12 胡勇健 阅读(1196) 评论(0) 推荐(0)