ifnex/04_Laravel/config
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
..
app.php feat: Complete Phase 1 core logic and WP bridge setup 2026-08-01 04:01:22 +03:30
auth.php feat: Complete Phase 1 core logic and WP bridge setup 2026-08-01 04:01:22 +03:30
cache.php feat: Complete Phase 1 core logic and WP bridge setup 2026-08-01 04:01:22 +03:30
cors.php refactor(api): expose wallet and discount endpoints and cleanup project 2026-08-05 22:46:31 +03:30
database.php feat: Complete Phase 1 core logic and WP bridge setup 2026-08-01 04:01:22 +03:30
filesystems.php feat: Complete Phase 1 core logic and WP bridge setup 2026-08-01 04:01:22 +03:30
ifnex.php feat(wallet): complete wallet system with admin adjust, freeze/unfreeze, activity logs 2026-08-07 22:51:42 +03:30
logging.php feat: Complete Phase 1 core logic and WP bridge setup 2026-08-01 04:01:22 +03:30
mail.php feat: Complete Phase 1 core logic and WP bridge setup 2026-08-01 04:01:22 +03:30
permission.php feat(auth): implement role-based access control using spatie/laravel-permission 2026-08-10 02:44:23 +03:30
queue.php feat: Complete Phase 1 core logic and WP bridge setup 2026-08-01 04:01:22 +03:30
sanctum.php feat(wallet): complete wallet system with admin adjust, freeze/unfreeze, activity logs 2026-08-07 22:51:42 +03:30
services.php feat: Complete Phase 1 core logic and WP bridge setup 2026-08-01 04:01:22 +03:30
session.php feat: Complete Phase 1 core logic and WP bridge setup 2026-08-01 04:01:22 +03:30