dstpabuaran.com/database/seeders
Yoga Pangestu e9237f857e feat: add role management functionality with create, edit, and delete capabilities
- Implemented RoleEdit component for editing roles with permissions.
- Created RoleIndex component for listing roles with delete confirmation.
- Added routes for role management in web.php with appropriate permissions.
- Developed RoleTest to cover authentication, authorization, and data integrity for role management.
2026-07-31 23:15:55 +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 feat: add role management functionality with create, edit, and delete capabilities 2026-07-31 23:15:55 +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