ifnex/04_Laravel/config
Kazem Alghasi d6e04d53fa feat(core): integrate Kavenegar SMS notifications and audit logging
Implement a comprehensive notification system using Kavenegar SMS
gateway and enhance system traceability through audit logging and
detailed shipment status history.

- SMS Integration:
  - Add Kavenegar SMS service with configurable API keys and sender
    numbers via system settings.
  - Implement automated SMS notifications for shipment approval,
    rejection, successful payments, and tracking updates.
  - Add administrative UI in Filament to manage SMS gateway settings
    and toggle specific notification types.
- Audit & Tracking:
  - Apply `Auditable` trait to core models (User, Shipment, Wallet,
    etc.) to track changes.
  - Refactor `ShipmentStatusHistory` to include status transitions
    (`from_status` to `to_status`) and specific reasons for changes.
  - Implement `ShipmentObserver` to automate notification triggers
    on status changes.
- Database & Config:
  - Add migrations for enhanced shipment status history tracking.
  - Update `.env.example` and `config/ifnex.php` with Kavenegar
    configuration parameters.
2026-09-10 00:52:18 +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(core): integrate Kavenegar SMS notifications and audit logging 2026-09-10 00:52:18 +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(core): implement order approval flow, credit system, and import invoicing 2026-09-03 06:04:20 +03:30
session.php feat: Complete Phase 1 core logic and WP bridge setup 2026-08-01 04:01:22 +03:30