I am getting this error since I installed Zizaco\\Entrust on my Authentication Routes.
BadMethodCallException: This cache store does not sup
Laravel file and database drivers don't support tags.
file
database
tags
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.
.env
CACHE_DRIVER=array
Hope it helps!!