Laravel 5: forget cache not working
I found the answer, the problem happen because I copy cache
key from DB with prefix
, and Laravel normally add another prefix
, and it will never matched
I found the answer, the problem happen because I copy cache
key from DB with prefix
, and Laravel normally add another prefix
, and it will never matched