Laravel Validation is unique/exists with different database connection
Updated
•1 min read
'email' => 'required|unique:mysql2.users'
Where mysql2 is the second database settings array in the database.php file
Search for a command to run...

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