Answers for "This cache store does not support tagging"

1

This cache store does not support tagging

What you need to update, to fix this issue is simply changing the cache driver from file to array in your .env (located in root folder) file as below.

CACHE_DRIVER=array
Posted by: Guest on May-19-2021

Code answers related to "This cache store does not support tagging"

Browse Popular Code Answers by Language