# /database/data/demo

**Optional demo tenant seed** — populates one sample institution (`Blouza Academy`) with realistic operational data for local development, screenshots, and onboarding walkthroughs.

Invoke via: `php artisan tenant:seed-demo` (Phase 1).

## Contents

| File | Rows | Seeds |
|---|---|---|
| `demo_institution.csv` | Institution profile + branding | Landlord |
| `demo_applicants.csv` | 6 applicants across all 6 CRM stages | Tenant admission |
| `demo_announcements.csv` | 5 announcements (mix of audiences) | Tenant communications |
| `demo_library_books.csv` | 8 K-12 books across categories | Tenant library |
| `demo_transport_routes.csv` | 4 Lagos bus routes | Tenant transport |
| `demo_hostels.csv` | 4 houses (Boys/Girls) | Tenant hostel |
| `demo_inventory.csv` | 10 uniform/stationery items | Tenant store |

These combine with `setup-templates/students_template.csv`, `academic_staff_template.csv`, etc. — the demo seeder imports those templates against the demo tenant.
