stechstudio/filament-opcache

Manage OPcache from your Filament admin panel.

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

This package is auto-updated.

Last update: 2024-07-23 22:22:29 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(),
    ])