Level 20
Sep 13, 2018
3
Level 9
Use a separate database for settings
Hey guys!
I'd like to use a separate database for settings (.sqlite) because the main database gets refreshed all of the time through "migrate:fresh --seed" and it's a pain.
in config/settings.php I can specify a driver "database" and there I can specify a table. But can I specify a separate db connection?
Thank you!
Please or to participate in this conversation.