store/app/Services/System
2026-06-22 12:26:38 +07:00
..
Setting feat: integrate homepage settings management in Admin and HomeController, enhancing homepage configuration capabilities 2026-06-20 12:04:58 +07:00
ActivityLogService.php Add activity logging features by integrating Spatie's laravel-activitylog package. Update Permission and Role enums to include activity log permissions. Implement activity logging in Login and Logout controllers. Enhance sidebar navigation to include activity logs section. Update models to interact with activity logs through InteractsWithActivityLog concern. 2026-06-12 11:10:36 +07:00
DashboardService.php refactor: implement and utilize eloquent scopes for common model status queries across the application 2026-06-22 12:15:08 +07:00
PushNotificationService.php feat: implement push notification system with web-push integration and subscription management 2026-06-14 00:08:06 +07:00
PushSubscriptionService.php refactor: encapsulate password update and push subscription logic within dedicated services 2026-06-22 12:08:20 +07:00
RoleService.php refactor: replace individual attribute assignments and save calls with mass update() calls across service classes 2026-06-22 12:26:38 +07:00