ifnex/04_Laravel/app
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
..
Console/Commands feat(laravel): implement user synchronization and shipment schema 2026-08-08 04:58:01 +03:30
Enums feat(wallet): complete wallet system with admin adjust, freeze/unfreeze, activity logs 2026-08-07 22:51:42 +03:30
Filament refactor(admin): reorganize filament navigation and layout 2026-08-08 04:11:03 +03:30
Http feat(finance): implement Filament admin panel and expand wallet/discount features 2026-08-08 03:15:51 +03:30
Imports refactor(api): improve pricing logic and add test coverage 2026-08-07 04:39:14 +03:30
Models feat(finance): implement Filament admin panel and expand wallet/discount features 2026-08-08 03:15:51 +03:30
Providers refactor(admin): reorganize filament navigation and layout 2026-08-08 04:11:03 +03:30
Services feat(finance): implement Filament admin panel and expand wallet/discount features 2026-08-08 03:15:51 +03:30