2 Commits

Author SHA1 Message Date
=
1e5c084855 Deps: add LaraDumps and test:arch
- Added `laradumps/laradumps` for enhanced debugging.
- Introduced `test:arch` command in Composer for architecture testing.
- Updated `captainhook.json` with `composer test:arch` action.
- Improved `.gitignore` to exclude `laradumps.yaml`.
2026-05-20 13:08:54 +00:00
=
07d1b235cc Feat: add user access management components
- Added `RestrictedUserPermission` migration and model for managing user-role-permission restrictions.
- Introduced `UserService`, `RoleService`, and related DTOs for handling user access, role assignments, and permission restrictions.
- Created new Livewire components and Blade views for user management, including role/permission assignment modals.
- Updated navigation and routing to include the "Users" section under "Access Manager."
- Enhanced `RoleService` with methods for retrieving permissions and managing role-user interactions.
- Improved UI with permission toggles and streamlined selection features for better user-role management.
2026-05-20 13:07:28 +00:00