stechstudio / filament-opcache
Manage OPcache from your Filament admin panel.
Installs: 17 247
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 2
Forks: 4
Open Issues: 1
pkg:composer/stechstudio/filament-opcache
Requires
- appstract/laravel-opcache: ^4.0.2
- filament/filament: ^3.0
- nesbot/carbon: ^2.0|^3.0
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(), ])
| Status Page |
|---|
![]() |
| Categorized view of all OPcache status data formatted for readability. |
| Config Page |
|---|
![]() |
| Widgets |
|---|
![]() |


