Hey,
a general overview of the steps that you'd have to go through to connect both systems together:
config/database.php
file and load the values of the additional database from the .env
file.$table
and $connection
variables in your model. $connection
should reflect the name of your additional database that you specified in the step before.Sign in to participate in this thread!