try {
// ... ваш код
} catch (\Exception $e) {
dd($e->getMessages());
}
'read' => [
'host' => [
'192.168.1.1',
'196.168.1.2',
],
],
'write' => [
'host' => [
'196.168.1.3',
],
],