58be81bd9a544c53e2650c98a446d8f728e4814f
The dashboard login was failing with "Method Not Allowed" error because Cachet's service providers were not properly registered in Laravel 11's bootstrap/providers.php file. This caused Filament authentication routes to not be loaded, resulting in only GET routes being available for login. This commit adds the missing CachetCoreServiceProvider and CachetDashboardServiceProvider to the providers array, which resolves the login functionality and ensures all Filament routes are properly registered. Fixes #4533
Cachet, the open-source self-hosted status page system.
Cachet 3.x Announcement
For more information on the Cachet rebuild and our plans for 3.x, you can read the announcement here.
Requirements
- PHP 8.2 or later
- Composer
- A supported database: MariaDB, MySQL, PostgreSQL or SQLite
Installation, Upgrades and Documentation
You can find documentation at https://docs.cachethq.io.
Here are some useful quick links:
Demo
To test out the v3 demo, you can log in to the Cachet dashboard with the following credentials:
- Email:
test@test.com - Password:
test123
Note
The demo will automatically reset every 30 minutes.
Sponsors
Security Vulnerabilities
If you discover a security vulnerability within Cachet, please send an e-mail to support@cachethq.io. All security vulnerabilities are reviewed on a case-by-case basis.
Description
Languages
PHP
96.1%
Dockerfile
2.8%
Shell
1.1%




