artisan.eplus.dev

cache:forget

Remove an item from the cache

Terminal
php artisan cache:forget <key> [<store>]

Arguments

keyRequired

The key to remove

storeOptional

The store to remove the key from

Maintained by hoangsvit · Fork of artisan.page