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>]