simedkom/database/migrations
Yoga Pangestu 28ec50494d feat: Add policies for SubClassification, SubLocation, and User models
- Created SubClassificationPolicy to manage authorization for SubClassification actions.
- Created SubLocationPolicy to manage authorization for SubLocation actions.
- Created UserPolicy to manage authorization for User actions.
- Integrate Filament Shield for role and permission management
- Updated DashboardPanelProvider to include FilamentShieldPlugin.
- Added filament-shield package to composer.json and updated composer.lock.
- Created filament-shield.php configuration file for Shield settings.
- Created permission.php configuration file for Spatie permissions.
- Added migration for creating permission tables.
- Created ShieldSeeder to seed roles and permissions.
- Updated DatabaseSeeder to include ShieldSeeder.
- Updated UserSeeder to assign the Developer role to the created user.
2025-11-20 09:00:59 +07:00
..
0001_01_01_000000_create_users_table.php feat(migration): update users table schema and add is_active column with enum 2025-11-19 14:50:19 +07:00
0001_01_01_000001_create_cache_table.php initial commit 2025-10-24 07:58:05 +07:00
0001_01_01_000002_create_jobs_table.php initial commit 2025-10-24 07:58:05 +07:00
2025_10_24_012236_create_classifications_table.php feat: add Classification resource with management pages and migration for classifications table 2025-11-19 15:28:27 +07:00
2025_11_19_082630_create_sub_classifications_table.php feat: add SubClassification resource with management pages and migration for sub_classifications table 2025-11-19 15:41:41 +07:00
2025_11_19_084250_create_locations_table.php feat: add Location and SubLocation resources with management pages and migrations for locations and sub_locations tables 2025-11-19 15:50:45 +07:00
2025_11_19_084252_create_sub_locations_table.php feat: add Location and SubLocation resources with management pages and migrations for locations and sub_locations tables 2025-11-19 15:50:45 +07:00
2025_11_19_085234_create_departments_table.php feat: add Department resource with management pages and migration for departments table 2025-11-19 16:18:35 +07:00
2025_11_19_092038_create_airing_proof_themes_table.php feat: add AiringProofTheme resource with management pages and migration for airing_proof_themes table 2025-11-19 16:26:56 +07:00
2025_11_20_014326_create_permission_tables.php feat: Add policies for SubClassification, SubLocation, and User models 2025-11-20 09:00:59 +07:00