ifnex/04_Laravel/app
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
..
Console/Commands feat(laravel): implement user synchronization and shipment schema 2026-08-08 04:58:01 +03:30
Enums feat(wallet): complete wallet system with admin adjust, freeze/unfreeze, activity logs 2026-08-07 22:51:42 +03:30
Exports feat(ui): implement unified design system and financial reporting 2026-08-08 06:13:09 +03:30
Filament feat(auth): implement role-based access control using spatie/laravel-permission 2026-08-10 02:44:23 +03:30
Http feat(finance): implement Filament admin panel and expand wallet/discount features 2026-08-08 03:15:51 +03:30
Imports refactor(api): improve pricing logic and add test coverage 2026-08-07 04:39:14 +03:30
Models feat(auth): implement role-based access control using spatie/laravel-permission 2026-08-10 02:44:23 +03:30
Providers feat(admin): configure filament panel with custom branding and notifications 2026-08-09 05:14:36 +03:30
Services feat(finance): implement Filament admin panel and expand wallet/discount features 2026-08-08 03:15:51 +03:30