filament-clear-cache icon indicating copy to clipboard operation
filament-clear-cache copied to clipboard

Easily clear your Laravel cache from within Filament admin

Results 7 filament-clear-cache issues
Sort by recently updated
recently updated
newest added

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.1.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.1.0 What's Changed Relax engine-strict=true by @​jeffwidman in dependabot/fetch-metadata#510 Handle branch names containing hyphen separators by @​tspencer244 in...

dependencies

Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3. Release notes Sourced from ramsey/composer-install's releases. 3.0.0 Changed Update actions/cache to v4 to avoid deprecation notices. This requires a new major version because actions/cache...

dependencies

Hello , I can't upgrade it because of error - cms-multi/filament-clear-cache[2.0.0, ..., 2.0.4] require illuminate/contracts ^10.0 -> satisfiable by illuminate/contracts[v10.0.0, ..., v10.48.7].

i followed docs but cant see clear cache button ``` use CmsMulti\FilamentClearCache\FilamentClearCachePlugin; ->plugin( \TomatoPHP\FilamentLogger\FilamentLoggerPlugin::make() ,FilamentClearCachePlugin::make()) ``` what im missing?

Related to: ``` To increment the button count call Livewire event clearCacheIncrement. // Livewire v2 $this->emit('clearCacheIncrement'); // Livewire v3 $this->dispatch('clearCacheIncrement')->to(\CmsMulti\FilamentClearCache\Http\Livewire\ClearCache::class); ``` From where it needs to dispatch the event? I...

Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 7. Release notes Sourced from stefanzweifel/git-auto-commit-action's releases. v7.0.0 Added Restore skip_fetch, skip_checkout, create_branch (#388) @​stefanzweifel Restore Detached State Detection (#393) @​stefanzweifel Add Support for Tag...

dependencies

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @​salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...

dependencies