Support the ongoing development of Laravel.io →
posted 7 years ago
Database
Last updated 1 year ago.
0
Solution

You don't need to mess with any env variables. You can adjust the configs at runtime.

Just add a new connection to the configuration at runtime. Then set the default to that new name.

config()->set('database.connections.yournewconnection', [ array like in config ]);

config()->set('database.default', 'yournewconnection');

Then it should be using that new connection by default.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

jerodev jerodev Joined 20 May 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.