Download the PHP package cms-multi/filament-clear-cache without Composer
On this page you can find all versions of the php package cms-multi/filament-clear-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cms-multi/filament-clear-cache
More information about cms-multi/filament-clear-cache
Files in cms-multi/filament-clear-cache
Package filament-clear-cache
Short Description Clear your cache easily from within filament
License MIT
Homepage https://github.com/cms-multi/filament-clear-cache
Informations about the package filament-clear-cache
Filament Clear Cache
Add a button to easily clear the cache from your filament admin.
Compatibility
Plugin Version | Filament Version | PHP Version |
---|---|---|
1.x | 2.x | > 8.0 |
2.x | 3.x | > 8.1 |
Installation
You can install the package via composer:
Configuration
You can publish the configuration with:
Registering the plugin
Customizing
Under the hood optimize:clear
is called after clicking the trash button.
You may register any custom commands from inside the boot()
method of your Service Provider:
To increment the button count call Livewire event clearCacheIncrement
.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- howdu
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-clear-cache with dependencies
filament/filament Version ^3.0
filament/notifications Version ^3.0
spatie/laravel-package-tools Version ^1.15.0
illuminate/contracts Version ^10.0|^11.0