put('database_created', 'database_created'); $user = User::where('role', 'super admin')->first(); Auth::login($user); } }