Configuring Single and Multiple Database Connections in Laravel
Naming a second connection is the easy part — it only actually gets used once a model or raw query explicitly references it by name, since Laravel otherwise always defaults to the one named in DB_CONNECTION.