Website for docket on Eliza v. MAD
Find a file
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
.vscode Update memory bank now. 2025-10-01 21:37:41 -06:00
app Phase 1: Email subscription and document download features 2025-12-17 15:51:47 -07:00
bootstrap v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00
cline_docs v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00
config v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00
database Phase 1: Email subscription and document download features 2025-12-17 15:51:47 -07:00
public v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00
resources Phase 1: Email subscription and document download features 2025-12-17 15:51:47 -07:00
routes Phase 1: Email subscription and document download features 2025-12-17 15:51:47 -07:00
storage v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00
tests v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00
.editorconfig v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00
.env v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00
.env.example v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00
.gitattributes v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00
.gitignore v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00
artisan v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00
Caddyfile Final v1.0 commit before v2.0 Laravel migration 2025-12-17 15:06:43 -07:00
composer.json v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00
package.json v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00
phpunit.xml v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00
postcss.config.js v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00
README.md v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00
tailwind.config.js v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00
tsconfig.json v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00
vite.config.js v2.0: Laravel + Inertia + Vue foundation complete 2025-12-17 15:44:26 -07:00

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework. You can also check out Laravel Learn, where you will be guided through building a modern Laravel application.

If you don't feel like reading, Laracasts can help. Laracasts contains thousands of video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Partners program.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.