feat(monitoring): add pulse

- Added a new gate called `viewPulse` in the `AuthServiceProvider` class.
- The gate allows only admin users to view the Pulse feature.
This commit is contained in:
Rico van Zelst
2023-12-01 21:49:26 +01:00
parent 6c2deaa953
commit 2374a39c77
12 changed files with 796 additions and 264 deletions

View File

@@ -17,6 +17,7 @@
"guzzlehttp/guzzle": "^7.2",
"intervention/image": "^2.7",
"laravel/framework": "^10.10",
"laravel/pulse": "^1.0@beta",
"laravel/sanctum": "^3.2",
"laravel/tinker": "^2.8",
"saade/blade-iconsax": "^1.1",
@@ -81,6 +82,6 @@
"php-http/discovery": true
}
},
"minimum-stability": "stable",
"minimum-stability": "beta",
"prefer-stable": true
}