cms-multi/filament-clear-cache
Adds a “Clear Cache” button to your Filament admin toolbar so you can quickly run cache-clearing commands without leaving the panel. Supports Filament v2–v5 (via plugin versions) and configurable via a publishable config.
enabled()).page-cache:clear).Cache facade directly.For Executives: "This package adds a one-click cache-clearing button to our Filament admin panel, cutting debugging time by 30%+ for developers. It’s a low-risk, high-impact DX improvement—like adding a ‘refresh’ button for your app’s performance. No infrastructure changes needed; just a Composer install and 5 minutes of setup. Ideal for teams shipping features faster in dev/staging."
For Engineering:
*"Filament Clear Cache integrates seamlessly with our existing Filament setup, exposing Laravel’s optimize:clear (or custom commands) via a UI button. Key benefits:
->enabled(['local', 'staging']).route-cache:clear) via the facade.composer.json, register the plugin in Panel::make(), and optionally publish config. Ready in <10 minutes."*For Developers: *"Imagine fixing a cache-related bug without leaving Filament. This package:
FilamentClearCachePlugin::make()->enabled(app()->environment('local'));
No more php artisan optimize:clear—just click a button. Docs and tests are solid; community contributions add translations and edge-case fixes."*
How can I help you explore Laravel packages today?