The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
API
Laravel Version
5.x
cache:forget
🖥
cache:forget
Remove an item from the cache
Arguments
key
- The key to remove
Required
store
- The store to remove the key from
Optional
php artisan cache:forget <key> [<store>]
Click to copy