ItSolutionStuff.com

Laravel - This cache store does not support tagging - Solved

By Hardik Savani • November 5, 2023
Laravel

When i was working on ACL module for my project, i fetch error like : This cache store does not support tagging, if you use zizaco/entrust package for ACL and you fetch this error then you have to set array as cache driver, so open .evn file and change CACHE_DRIVER value this way:

.env

CACHE_DRIVER=array

Just change the cache driver and chek it.

It works for me.

I hope it can help you...

Tags: Laravel
Hardik Savani

Hardik Savani

I'm a full-stack developer, entrepreneur, and founder of ItSolutionStuff.com. Passionate about PHP, Laravel, JavaScript, and helping developers grow.

📺 Subscribe on YouTube

We Are Recommending You

Laravel Fetch Data using Ajax Example

Read Now →

How to Change From Name in Laravel Mail?

Read Now →

Laravel Firebase Push Notification to Android and IOS App Example

Read Now →

How to Add Social Media Share Buttons in Laravel?

Read Now →

How to Update Enum Value in Laravel Migration?

Read Now →

Laravel Blade @includeWhen and @includeUnless Example

Read Now →

Laravel Include Blade File with Data Example

Read Now →

Laravel Livewire Click Event Example

Read Now →

Laravel Livewire Toastr Notifications Example

Read Now →

Laravel Telescope Installation and Configuration Tutorial

Read Now →

Laravel Carbon Subtract Minutes Example

Read Now →

How to Send Email with Attachment in Laravel?

Read Now →