dstpabuaran.com/database/seeders
Yoga Pangestu 5c1ef6a7b0 feat: add customer management functionality and update navigation
- Introduced CustomerController for handling customer operations.
- Added resourceful routes for customers in the web routes.
- Updated DatabaseSeeder to include CustomerSeeder for initial data population.
- Modified sidebar navigation to link to the customers index.
2026-07-29 01:30:29 +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 customer management functionality and update navigation 2026-07-29 01:30:29 +07:00
SupplierSeeder.php feat: implement supplier management with CRUD functionality 2026-07-29 01:16:58 +07:00
UserSeeder.php refactor: remove unused model imports in factory files for cleaner code 2026-07-29 00:59:58 +07:00