https://github.com/stechstudio/filament-opcache
Manage OPcache from your Filament admin panel.
https://github.com/stechstudio/filament-opcache
Last synced: 5 months ago
JSON representation
Manage OPcache from your Filament admin panel.
- Host: GitHub
- URL: https://github.com/stechstudio/filament-opcache
- Owner: stechstudio
- License: mit
- Created: 2023-01-12T15:52:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-21T13:07:52.000Z (5 months ago)
- Last Synced: 2026-01-22T01:17:56.541Z (5 months ago)
- Language: PHP
- Size: 695 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OPcache for Filament
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:
```php
$panel
->plugins([
\STS\FilamentOpcache\FilamentOpcachePlugin::make(),
])
```
> Filament v4 requires you [create a custom theme](https://filamentphp.com/docs/4.x/styling/overview#creating-a-custom-theme) to support a package's additional Tailwind classes. Be sure to follow those instructions before continuing with this step.
In `resources/css/filament/admin/theme.css`, import the package's CSS:
```css
@import '../../../../vendor/stechstudio/filament-opcache/dist/theme.css';
```
| Status Page |
|---|
|  |
| Categorized view of all OPcache status data formatted for readability. |
| Config Page |
|---|
|  |
| Widgets |
|---|
|  |