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(),
])| Status Page |
|---|
![]() |
| Categorized view of all OPcache status data formatted for readability. |
| Config Page |
|---|
![]() |
| Widgets |
|---|
![]() |


