Laravel - This cache store does not support tagging - Solved
November 5, 2023
Category : 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
Read Also: Laravel Contact Form Send Email Tutorial
CACHE_DRIVER=array
Just change the cache driver and chek it.
It works for me.
I hope it can help you...
Hardik Savani
I'm a full-stack developer, entrepreneur and owner of ItSolutionstuff.com. I live in India and I love to write tutorials and tips that can help to other artisan. I am a big fan of PHP, Laravel, Angular, Vue, Node, Javascript, JQuery, Codeigniter and Bootstrap from the early stage. I believe in Hardworking and Consistency.
Subscribe me on: Youtube
We are Recommending you
- Laravel Fetch Data using Ajax Example
- How to Change From Name in Laravel Mail?
- Laravel Firebase Push Notification to Android and IOS App Example
- How to Add Social Media Share Buttons in Laravel?
- How to Update Enum Value in Laravel Migration?
- Laravel Blade @includeWhen and @includeUnless Example
- Laravel Include Blade File with Data Example
- Laravel Livewire Click Event Example
- Laravel Livewire Toastr Notifications Example
- Laravel Telescope Installation and Configuration Tutorial
- Laravel Carbon Subtract Minutes Example
- How to Send Email with Attachment in Laravel?