We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d714abf commit b083be7Copy full SHA for b083be7
src/Http/Controllers/VitalsController.php
@@ -72,6 +72,7 @@ protected function collectStatamicVitals(): void
72
73
$this->vitals['statamic'] = [
74
'version' => Statamic::version(),
75
+ 'cp_url' => Statamic::cpRoute('index'),
76
'latest_version' => Marketplace::statamic()->changelog()->latest()->version,
77
'pro' => Statamic::pro(),
78
'antlers_version' => config('statamic.antlers.version'),
0 commit comments