I am getting this error since I installed Zizaco\\Entrust on my Authentication Routes.
BadMethodCallException: This cache store does not sup
My solution was to change in cache.php the following line from "file" to "array" as well:
'default' => env('CACHE_DRIVER', 'array')
Hope it helps!