mad-lawsuit/resources/js/Pages
TheMaddax 06a620406c Phase 1: Email subscription and document download features
- Created SubscriptionController with subscribe/unsubscribe endpoints
- Added subscription API routes (POST /api/subscribe, GET /api/unsubscribe/{token})
- Updated Vue Home component with working subscription form
- Created DocumentController with download endpoint
- Added document download route (GET /api/documents/{id}/download)
- Updated Vue component to link PDF buttons to download route
- Created DocketSeeder with 5 sample docket entries and documents
- Seeded database with test data for development

Features working:
- Email subscription with validation and duplicate checking
- Subscription reactivation for previously unsubscribed emails
- Document download functionality (ready for actual PDFs)
- Sample data for testing UI

Next: Admin dashboard for CRUD operations
2025-12-17 15:51:47 -07:00
..
Auth v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00
Profile v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00
Dashboard.vue v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00
Home.vue Phase 1: Email subscription and document download features 2025-12-17 15:51:47 -07:00
Welcome.vue v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00