I am getting this error since I installed Zizaco\\Entrust on my Authentication Routes.
BadMethodCallException: This cache store does not sup
Cache tags are not supported when using the file or database cache drivers. The Entrust package probably uses them somewhere.
Open .env file set
.env
CACHE_DRIVER = array SESSION_DRIVER = file
then make command in terminal
php artisan config:cache