dstpabuaran.com/database/seeders
Yoga Pangestu 3e9776696d Refactor permissions and sidebar items; enhance user role checks
- Updated HandleInertiaRequests middleware to include user permissions in the shared data.
- Modified RolePermissionSeeder to redefine permissions and roles, adding new permissions and restructuring existing ones.
- Refactored app-sidebar component to filter menu items based on user permissions, improving sidebar visibility based on roles.
- Enhanced useCan hook to support checking multiple permissions with canAny function.
- Updated web routes to enforce permission checks on various resource routes, ensuring proper access control.
2026-08-04 23:57:00 +07:00
..
CashAccountSeeder.php feat: implement cash account management with deposit and withdrawal functionality 2026-07-29 02:08:39 +07:00
CategorySeeder.php feat: implement category management with CRUD functionality and integrate sluggable for SEO-friendly URLs 2026-07-29 01:11:53 +07:00
CustomerSeeder.php feat: add customer management functionality and update navigation 2026-07-29 01:30:29 +07:00
DatabaseSeeder.php feat: add role management functionality with create, edit, and delete capabilities 2026-07-31 23:15:55 +07:00
RolePermissionSeeder.php Refactor permissions and sidebar items; enhance user role checks 2026-08-04 23:57:00 +07:00
SupplierSeeder.php feat: implement supplier management with CRUD functionality 2026-07-29 01:16:58 +07:00
UserSeeder.php feat: add role management functionality with create, edit, and delete capabilities 2026-07-31 23:15:55 +07:00