robinn/filecache-dashboard

FileCache (robinn/cache) 为 phpCacheAdmin 的仪表板。

1.4.0 2023-09-03 15:14 UTC

This package is auto-updated.

Last update: 2024-09-03 12:15:35 UTC


README

FileCache (robinn/cache) 为 phpCacheAdmin 提供仪表板。

FileCache

Visitor Badge

安装

composer require robinn/filecache-dashboard

在 phpCacheAdmin 的 config.php 文件中,将类添加到 dashboards 列表中,并添加 filecache 配置

'dashboards' => [
    ...
    RobiNN\FileCache\FileCacheDashboard::class,
],
'filecache'  => [
    [
        'name' => 'Project Name', // Optional
        'path' => __DIR__.'/path/to/cache/data',
    ],
],

要使此功能正常工作,phpCacheAdmin 应位于项目目录中或能够访问网站根目录之外的文件夹。

要求

  • PHP >= 8.2
  • phpCacheAdmin >= 2.0.0