Problem
You want to remove an item from the cache.
Solution
Use the Cache::forget() method.
Cache::forget($key);
Discussion
Nothing to discuss.
You want to remove an item from the cache.
Use the Cache::forget() method.
Cache::forget($key);
Nothing to discuss.
