l5-repository
l5-repository copied to clipboard
Multiple DB connections for read and write requests
trafficstars
Hi, Currently I am working on a project which is using multiple database connection, one for read and another for write. In this repository there you any way to to make sure its taking from write connection, not from read or replica?
Please let me know ASAP.
you can use laravel connection settings for read and write ops.