Изменить имя пользователя по умолчанию Laravel
#change in configuration file in "config/auth.php" in providers array
'users' => [
'driver' => 'eloquent',
'model' => App\Account::class, //replace User to Account
],
Learn it with muhindo