We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906bc95 commit 7a11a4fCopy full SHA for 7a11a4f
src/Console/InstallCommand.php
@@ -66,6 +66,7 @@ public function handle()
66
67
// "Home" Route...
68
$this->replaceInFile('/home', '/dashboard', app_path('Providers/RouteServiceProvider.php'));
69
+ $this->replaceInFile('/home', '/dashboard', config_path('fortify.php'));
70
71
if (file_exists(resource_path('views/welcome.blade.php'))) {
72
$this->replaceInFile('/home', '/dashboard', resource_path('views/welcome.blade.php'));
0 commit comments