- Add Enums: TransactionType, TransactionStatus, PaymentGateway - Migrations: wallets, wallet_transactions, wallet_activity_logs - Models: Wallet, WalletTransaction, WalletActivityLog - Services: WalletService with complete business logic - Controllers: WalletController, PaymentController - Filament Resources: WalletResource, WalletTransactionResource - Artisan Command: ifnex:token for API token generation - Sanctum integration with statefulApi and exception handling - Full API endpoints: balance, transactions, admin-adjust, freeze/unfreeze |
||
|---|---|---|
| .. | ||
| 0001_01_01_000000_create_users_table.php | ||
| 0001_01_01_000001_create_cache_table.php | ||
| 0001_01_01_000002_create_jobs_table.php | ||
| 2026_08_02_000001_create_countries_table.php | ||
| 2026_08_02_000002_create_shipments_table.php | ||
| 2026_08_02_000003_create_shipping_rates_table.php | ||
| 2026_08_02_000004_create_shipment_carrier_mappings_table.php | ||
| 2026_08_02_000005_create_shipment_tracking_events_table.php | ||
| 2026_08_02_000006_create_system_settings_table.php | ||
| 2026_08_02_000007_update_users_table.php | ||
| 2026_08_05_135016_create_wallets_table.php | ||
| 2026_08_05_135022_create_wallet_transactions_table.php | ||
| 2026_08_05_135026_create_discount_codes_table.php | ||
| 2026_08_05_140000_create_payments_table.php | ||
| 2026_08_07_000001_create_wallet_activity_logs_table.php | ||
| 2026_08_07_033748_create_personal_access_tokens_table.php | ||