stechstudio/filament-opcache

从您的 Filament 管理面板中管理 OPcache。

v1.0.0 2023-10-20 17:07 UTC

This package is auto-updated.

Last update: 2024-09-23 22:36:26 UTC


README

此软件包允许您从 Filament 管理面板中查看 OPcache 数据。

composer require stechstudio/filament-opcache

在您的 AdminPanelProvider(或其他 \Filament\PanelProvider),将此软件包添加到您的插件中

$panel
    ->plugins([
        \STS\FilamentOpcache\FilamentOpcachePlugin::make(),
    ])