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 d738157 commit 1278e71Copy full SHA for 1278e71
config/cachet.php
@@ -21,7 +21,7 @@
21
|
22
| This is the URI path where Cachet will be accessible from.
23
*/
24
- 'path' => env('CACHET_PATH', 'status'),
+ 'path' => env('CACHET_PATH', '/status'),
25
26
'guard' => env('CACHET_GUARD', null),
27
src/Cachet.php
@@ -58,7 +58,7 @@ public static function routes(): PendingRouteRegistration
58
59
public static function path(): string
60
{
61
- return config('cachet.path', 'status');
+ return config('cachet.path', '/status');
62
}
63
64
/**
0 commit comments