The background is that we will do a migration to a new database server. Instead of changing a lot of .env database variables in .env file, I could do new db connections in Laravel and prepare all the .env variables and deploy the new code that uses the new connections instead.