- 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
9 lines
113 B
YAML
9 lines
113 B
YAML
name: IFNEX Local
|
|
values:
|
|
- key: base_url
|
|
value: ''
|
|
- key: token
|
|
value: ''
|
|
- key: ''
|
|
value: ''
|