Skip to main content

Command Palette

Search for a command to run...

Laravel Validation is unique/exists with different database connection

Updated
1 min read
Laravel Validation is unique/exists with different database connection
'email' => 'required|unique:mysql2.users'

Where mysql2 is the second database settings array in the database.php file

Laravel

Part 1 of 1