Remove pxlrbt/filament-activity-log dependency from composer.json and update composer.lock. Enhance LoginController validation by adding a rule to exclude a specific username. Minor adjustments in migration files for activity log to improve code organization.

This commit is contained in:
Mekan1206
2025-12-21 17:51:38 +05:00
parent 4038d47582
commit a9c7ec6b80
7 changed files with 10 additions and 72 deletions

View File

@@ -75,6 +75,7 @@ class WorkPanelProvider extends PanelProvider
]),
FilamentUpload::make(),
])
->authMiddleware([
Authenticate::class,