Laravel Validation is unique/exists with different database connection

Search for a command to run...

No comments yet. Be the first to comment.
'email' => 'required|unique:mysql2.users'
Where mysql2 is the second database settings array in the database.php file