ifnex/04_Laravel/bootstrap
Kazem Alghasi a699c2dbee feat(laravel): implement user synchronization and shipment schema
Add new core functionality and database structures to support WordPress
integration and shipment tracking.

- Add `SyncWordPressUsers` Artisan command to synchronize users between
  WordPress and Laravel.
- Create `shipment_items` table migration.
- Fix `discount_codes` enum type by changing `percent` to `percentage`.
- Add `SampleDataSeeder` for testing shipments, transactions, and
  discount codes.
- Update project status documentation.
2026-08-08 04:58:01 +03:30
..
cache feat: Complete Phase 1 core logic and WP bridge setup 2026-08-01 04:01:22 +03:30
app.php feat(laravel): implement user synchronization and shipment schema 2026-08-08 04:58:01 +03:30
providers.php feat: Complete Phase 1 core logic and WP bridge setup 2026-08-01 04:01:22 +03:30