simedkom/config
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
..
app.php initial commit 2025-10-24 07:58:05 +07:00
auth.php feat: auth config for password default 2025-11-19 14:55:47 +07:00
cache.php initial commit 2025-10-24 07:58:05 +07:00
database.php initial commit 2025-10-24 07:58:05 +07:00
filament-shield.php feat: Add policies for SubClassification, SubLocation, and User models 2025-11-20 09:00:59 +07:00
filesystems.php initial commit 2025-10-24 07:58:05 +07:00
logging.php initial commit 2025-10-24 07:58:05 +07:00
mail.php initial commit 2025-10-24 07:58:05 +07:00
permission.php feat: Add policies for SubClassification, SubLocation, and User models 2025-11-20 09:00:59 +07:00
queue.php initial commit 2025-10-24 07:58:05 +07:00
services.php initial commit 2025-10-24 07:58:05 +07:00
session.php initial commit 2025-10-24 07:58:05 +07:00