Redis – Laravel 6 config()->get('database.connections.mysql') not matching DB:connection()
Prerequisites In my local environment I am working with multiple tenants and Redis (Auth required). To serve the project I am using Valet. For this case I am addressing these two connections: - basic_foo (is defined in my .env) -…