nimuli/app/Domains/Workspace
boban 06dbb1dffb feat(billing): Cashier Billable on Workspace, Stripe webhook route
- Add Laravel\Cashier\Billable trait to Workspace model
- Register Workspace as Cashier customer model in AppServiceProvider
- Publish cashier config with EUR currency and de_DE locale defaults
- Add CSRF exclusion for stripe/* in bootstrap/app.php
- Add StripeWebhookTest verifying endpoint exists and rejects bad signatures

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-16 01:35:11 +02:00
..
Actions fix(workspace): unique slug generation, null-safe middleware auth guard 2026-05-16 00:43:55 +02:00
Models feat(billing): Cashier Billable on Workspace, Stripe webhook route 2026-05-16 01:35:11 +02:00
Policies feat(workspace): create action, middleware, policies 2026-05-16 00:41:32 +02:00