ifnex/04_Laravel/app
Kazem Alghasi 24fc56feaf feat(order): implement order creation flow and pricing API
Introduce order management functionality including web routes for creating orders and a new API endpoint for price calculations. This change also cleans up the codebase by removing various debug scripts used during the development of the shipping rate logic.

- Add `OrderController` to handle order creation and success redirection.
- Add `POST /v1/calculate` endpoint for pricing calculations.
- Define web routes for order creation flow (`/order`).
- Remove multiple debug PHP scripts from the `04_Laravel` directory.
- Add base layout and order view directories.
2026-08-04 07:59:23 +03:30
..
Console/Commands feat(console): add tracking data import functionality and utility scripts 2026-08-04 05:38:35 +03:30
Enums ۱۰ مورد کامل شد (دیتابیس، مدل‌ها، API، Filament، Laravel 11، رفع باگ‌ها) 2026-08-04 01:59:08 +03:30
Filament feat(ui): localize filament admin panel and refactor settings page 2026-08-04 04:44:24 +03:30
Http feat(order): implement order creation flow and pricing API 2026-08-04 07:59:23 +03:30
Imports refactor(api): improve shipping rate import and pricing logic 2026-08-04 07:24:23 +03:30
Models ۱۰ مورد کامل شد (دیتابیس، مدل‌ها، API، Filament، Laravel 11، رفع باگ‌ها) 2026-08-04 01:59:08 +03:30
Providers ۱۰ مورد کامل شد (دیتابیس، مدل‌ها، API، Filament، Laravel 11، رفع باگ‌ها) 2026-08-04 01:59:08 +03:30
Services refactor(api): improve shipping rate import and pricing logic 2026-08-04 07:24:23 +03:30