diff --git a/src/Console/InstallCommand.php b/src/Console/InstallCommand.php index e5166ae09..883d1f235 100644 --- a/src/Console/InstallCommand.php +++ b/src/Console/InstallCommand.php @@ -66,6 +66,7 @@ public function handle() // "Home" Route... $this->replaceInFile('/home', '/dashboard', app_path('Providers/RouteServiceProvider.php')); + $this->replaceInFile('/home', '/dashboard', config_path('fortify.php')); if (file_exists(resource_path('views/welcome.blade.php'))) { $this->replaceInFile('/home', '/dashboard', resource_path('views/welcome.blade.php'));