Add error log management and bulk admin actions
Introduces error log tracking with new ErrorLog model, controller, views, and migration. Adds admin UI for viewing, resolving, and deleting errors. Implements bulk actions for users and notification groups, refactors domain filtering/pagination, and centralizes admin access checks using Auth::requireAdmin().
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
# Application
|
||||
# Application Environment
|
||||
# APP_ENV: 'development' (shows detailed debug pages) or 'production' (shows clean error pages)
|
||||
# IMPORTANT: Set to 'production' before deploying to hide sensitive debugging information!
|
||||
APP_ENV=development
|
||||
|
||||
# Security - Encryption key (auto-generated during migration if not set)
|
||||
|
||||
Reference in New Issue
Block a user