ifnex/04_Laravel/app
Kazem Alghasi a1a6dbdd8a feat(core): complete phase 3 integration and enhance country/phone features
This commit marks the completion of Phase 3 (Integration and Improvements) and updates the project status to reflect that Phases 0 through 3 are finished.

Key changes include:
- **Laravel (Backend):**
  - Added `calling_code` column to `countries` table via new migration.
  - Added scripts to update calling codes for all countries.
  - Updated `CustomerOrderController` to include `calling_code` in country data.
  - Registered `api_key` middleware alias in `bootstrap/app.php`.
  - Improved error handling to return JSON 401 for API authentication failures.
  - Updated `README.md` with detailed architecture and feature descriptions.
- **WordPress (Frontend/Bridge):**
  - Added `ifnex_wallet_charge` shortcode and AJAX handler for wallet top-ups.
  - Implemented auto-fill for calling codes in the order form based on selected country.
  - Added real-time phone number validation (digits, +, spaces only).
  - Added English-only validation for name, city, and address fields with UI warnings.
  - Updated asset enqueuing logic and versioning for CSS/JS.
- **Documentation:**
  - Updated `IFNEX_File_Map.md`, `IFNEX_Phase0_Checklist.md`, and `IFNEX_Roadmap.md` to reflect completed phases and new features.
  - Updated `DEPLOYMENT.md` with new environment variables (`IFNEX_BRIDGE_API_KEY`) and required WordPress pages.
  - Updated project `README.md` with comprehensive feature list and system architecture.
2026-08-29 04:38:28 +03:30
..
Console/Commands feat: Complete customer ordering and payment system (Phases 1-4) 2026-08-10 13:08:52 +03:30
Enums حذف برخی پلاکین های زاید وردپرس 2026-08-29 01:45:26 +03:30
Exports feat(shipment): implement status history tracking and rate import improvements 2026-08-24 03:40:13 +03:30
Filament feat(shipment): implement status history tracking and rate import improvements 2026-08-24 03:40:13 +03:30
Http feat(core): complete phase 3 integration and enhance country/phone features 2026-08-29 04:38:28 +03:30
Imports feat(ui): add invoice download action to shipment view 2026-08-23 23:35:12 +03:30
Models feat(core): complete phase 3 integration and enhance country/phone features 2026-08-29 04:38:28 +03:30
Notifications feat(admin): implement currency management and rate import system 2026-08-24 01:18:34 +03:30
Providers refactor: improve hero section responsiveness and update admin path 2026-08-12 11:58:46 +03:30
Services feat(shipment): add multi-package support and AWB integration 2026-08-24 01:47:45 +03:30