'User', /* |-------------------------------------------------------------------------- | Authentication Username |-------------------------------------------------------------------------- | | The authentication username is the column on your users table that | is considered the username of the user. Typically, this is either "email" | or "username". However, you are free to make it whatever you wish. | */ 'username' => 'email', );