ifnex/04_Laravel/database
Kazem Alghasi a0bc871c8d feat(auth): implement role-based access control using spatie/laravel-permission
Integrate Spatie Laravel Permission to replace the legacy role system.
This includes:
- Adding `spatie/laravel-permission` dependency.
- Implementing `Role` and `User` model updates with `HasRoles` trait.
- Adding migrations for permission and role tables.
- Creating `RoleResource` and `UserResource` for Filament administration.
- Adding a `RoleAndPermissionSeeder` for initial setup.
- Updating `User` model helper methods to utilize role checks.
2026-08-10 02:44:23 +03:30
..
factories refactor(api): improve pricing logic and add test coverage 2026-08-07 04:39:14 +03:30
migrations feat(auth): implement role-based access control using spatie/laravel-permission 2026-08-10 02:44:23 +03:30
seeders feat(auth): implement role-based access control using spatie/laravel-permission 2026-08-10 02:44:23 +03:30
.gitignore feat: Complete Phase 1 core logic and WP bridge setup 2026-08-01 04:01:22 +03:30