3 Commits

Author SHA1 Message Date
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
StyleCI Bot
ee23e952a6 Apply fixes from StyleCI 2024-10-09 20:01:40 +00:00
Shift
322a11dced Default new bootstrap/app.php 2024-04-05 18:36:48 +00:00