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
James Brooks
586a8c1b37
Fix config issue
2025-05-13 11:01:18 +01:00
James Brooks
1c34a7208f
Add trusted proxies support
2025-05-08 12:53:31 +01:00
StyleCI Bot
ee23e952a6
Apply fixes from StyleCI
2024-10-09 20:01:40 +00:00
Shift
7a07548748
Consolidate service providers
2024-04-05 18:36:48 +00:00
Shift
952cada198
Re-register HTTP middleware
2024-04-05 18:36:48 +00:00
Shift
322a11dced
Default new bootstrap/app.php
2024-04-05 18:36:48 +00:00
StyleCI Bot
cf4260e5f9
Apply fixes from StyleCI
2024-01-19 20:03:40 +00:00
James Brooks
cf674850dd
Laravel 10 + Cachet Core
2024-01-19 20:03:17 +00:00
James Brooks
57aef06927
Install Laravel 5.6
2018-06-25 21:48:27 +01:00
James Brooks
ad9b6a9d7e
Consistently use the class notation
2017-01-04 19:50:17 +00:00
James Brooks
fd59fe8d98
Update deps
2016-10-19 12:29:50 +01:00
Peter Dave Hello
2f2ed53b58
remove executable permission from the files don't need it
2016-07-12 16:28:28 +08:00
Graham Campbell
c3bc8fdd2d
Refactor settings caching
2016-05-25 10:55:49 +01:00
Graham Campbell
43fa00ae1d
Another cs fix
2015-12-24 17:53:14 +00:00
Graham Campbell
9cfb1e1ebe
CS fixes
2015-12-24 17:50:20 +00:00
Graham Campbell
b8fa1f0111
Moved the defining to the autoload.php file
2015-11-04 17:39:16 +00:00
Graham Campbell
9bef541057
Updated exceptions package
2015-10-07 14:30:13 +01:00
James Brooks
02cb04d36f
Catch generic exception to prevent Segment from breaking everything
2015-07-23 21:37:32 +01:00
Graham Campbell
0a321bffd8
Updated copyright information
2015-07-06 17:37:01 +01:00
James Brooks
d3d744780d
Revert change to file permission
2015-06-01 22:00:40 +01:00
James Brooks
f970ae7100
Start working on API tests
2015-06-01 21:32:02 +01:00
Graham Campbell
b85752b101
Upgraded to laravel 5.1
2015-05-28 21:37:44 +01:00
Graham Campbell
3988753b99
Updated copyright headers
2015-05-25 17:59:08 +01:00
Graham Campbell
b06167f5e9
Updated joe's email address
2015-05-25 17:53:06 +01:00
Graham Campbell
91e4dafca9
Updated my email address
2015-05-23 14:48:33 +01:00
James Brooks
0928251673
Add Joseph Cohem and Graham Campbell to the copyright headers.
2015-05-19 10:45:38 +01:00
James Brooks
80e3d9167d
Closes #568 , adds copyright information.
2015-04-19 08:52:39 +01:00
Joseph Cohen
1ca9b85389
CS Fixes
2015-03-20 18:32:24 -06:00
Joseph Cohen
b4ac66d727
Cachet is now a Laravel 5 app
2015-03-20 18:30:45 -06:00
Graham Campbell
0ccb5e289c
Namespaced models and refactored filters
2015-01-02 00:18:19 +00:00
Graham Campbell
598b487605
Removed the workbench functionality
2015-01-01 15:58:30 +00:00
Graham Campbell
c38fdbc1d4
Fixed class loading
2015-01-01 15:58:28 +00:00
Graham Campbell
9d8d89248f
CS fixes
2014-12-20 21:20:17 +00:00
Elliot Hesp
bf1858cd4c
Simplified env detection closure
2014-11-27 20:10:17 +00:00
James Brooks
957f81f730
Having a quick go with Heroku buttons!
2014-11-20 19:29:06 +00:00
James Brooks
8e8c1d78ae
Local dev setup. Let's use sqlite too.
2014-11-16 22:42:03 +00:00
James Brooks
083742b45b
First commit, Laravel is setup!
2014-11-16 22:26:08 +00:00