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 c8603dc commit 99264bcCopy full SHA for 99264bc
src/TallPreset.php
@@ -30,16 +30,6 @@ public static function install() : void
30
$filesystem = new Filesystem;
31
$filesystem->deleteDirectory(resource_path('sass'));
32
$filesystem->copyDirectory(__DIR__ . '/../stubs/default', base_path());
33
-
34
- if (file_exists(base_path('app/Providers/RouteServiceProvider.php'))) {
35
- static::updateFile(base_path('app/Providers/RouteServiceProvider.php'), static function ($file) {
36
- return str_replace(
37
- "public const HOME = '/home';",
38
- "public const HOME = '/';",
39
- $file
40
- );
41
- });
42
- }
43
}
44
45
public static function installAuth()
0 commit comments