stechstudio / filament-opcache
Manage OPcache from your Filament admin panel.
Installs: 3 993
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 4
Forks: 3
Open Issues: 1
Requires
- appstract/laravel-opcache: ^4.0.2
- filament/filament: ^3.0
- nesbot/carbon: ^2.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(), ])