whisper-money/database/factories
Víctor Falcón beecff404a
Add subscription cancellation email with manual trigger command (#47)
## Summary

- Add a subscription cancellation email that can be manually triggered
via artisan command
- Include CONTINUE50 coupon code (50% off current and future payments
for monthly/yearly subscriptions)
- Add option to disable all drip emails via `DRIP_EMAILS_ENABLED` env
var

## Usage

```bash
# Send to single user
php artisan email:subscription-cancelled user@example.com

# Send to multiple users
php artisan email:subscription-cancelled user1@example.com,user2@example.com

# Disable all drip emails
DRIP_EMAILS_ENABLED=false
```
2025-12-30 20:32:44 +01:00
..
AccountBalanceFactory.php Add account balances 2025-11-15 20:27:18 +01:00
AccountFactory.php feat: Add financial models and seeders 2025-11-07 15:45:28 +00:00
AutomationRuleFactory.php Automation rules 2025-11-10 12:08:58 +00:00
BankFactory.php Update bank model 2025-11-07 19:11:00 +00:00
CategoryFactory.php Add category type field support (#2) 2025-12-01 20:19:47 +01:00
LabelFactory.php feat: add transaction labels feature (#24) 2025-12-13 13:02:19 +01:00
TransactionFactory.php Save transaction source (manually_created, or imported) 2025-11-28 12:36:48 +01:00
UserFactory.php Add currency selection to user profile settings (#41) 2025-12-30 07:22:19 +01:00
UserLeadFactory.php Merge pull request #1 from whisper-money/landing-page 2025-11-24 12:11:35 +01:00
UserMailLogFactory.php Add subscription cancellation email with manual trigger command (#47) 2025-12-30 20:32:44 +01:00