The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
API
Laravel Version
11.x
cache:prune-stale-tags
🖥
cache:prune-stale-tags
Prune stale cache tags from the cache (Redis only)
Arguments
store
- The name of the store you would like to prune tags from
Optional
php artisan cache:prune-stale-tags [<store>]
Click to copy