Skip to content

Commit 7a11a4f

Browse files
authored
Fix Fortify home route (#1432)
1 parent 906bc95 commit 7a11a4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Console/InstallCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public function handle()
6666

6767
// "Home" Route...
6868
$this->replaceInFile('/home', '/dashboard', app_path('Providers/RouteServiceProvider.php'));
69+
$this->replaceInFile('/home', '/dashboard', config_path('fortify.php'));
6970

7071
if (file_exists(resource_path('views/welcome.blade.php'))) {
7172
$this->replaceInFile('/home', '/dashboard', resource_path('views/welcome.blade.php'));

0 commit comments

Comments
 (0)