Pol 58be81bd9a Fix login Method Not Allowed error by registering missing service providers
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
2025-06-17 20:38:31 +02:00
2025-05-13 10:01:27 +00:00
2025-05-13 09:37:59 +00:00
2025-01-18 11:42:04 +00:00
2024-10-09 20:01:40 +00:00
2025-05-13 11:01:18 +01:00
2024-10-26 14:04:34 +01:00
2024-04-05 18:36:53 +00:00
2024-01-19 20:03:17 +00:00
2025-05-08 12:53:31 +01:00
2016-02-20 11:58:54 +00:00
wip
2024-02-13 17:22:05 +00:00
2024-04-05 18:36:37 +00:00
2024-04-05 18:36:47 +00:00
2023-09-05 11:50:29 +01:00

Cachet Logo

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

Jump24 Dreamtilt Xyphen-IT Code Rabbit de:doc

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
No description provided
Readme 37 MiB
Languages
PHP 96.1%
Dockerfile 2.8%
Shell 1.1%