Hi guys,
I'm new to laravel. This is a great framework.
I'm ran into an issue that I don't know how to solve it.
I have in amazon RDS a mysql master database and two read replicas. I know laravel allows in the config to define a write and read database host, but how can I manage 2 read host's? It show work like a round-robin system or do a random in the a read host's array (containing ip of the read replicas).
Thanks.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community