stechstudio/filament-opcache

Manage OPcache from your Filament admin panel.

v1.0.1 2024-12-23 22:40 UTC

This package is auto-updated.

Last update: 2024-12-23 22:42:13 UTC


README

This package allows you to view OPcache data from your Filament admin panel.

composer require stechstudio/filament-opcache

In your AdminPanelProvider (or other \Filament\PanelProvider), add this package to your plugins:

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