I packaged the billing/teams scaffolding we use on client projects into a minimal SaaS starter.
✅ Stripe Billing (subscriptions, webhooks)
✅ Teams (org members/roles)
✅ Horizon queue + ping endpoint
✅ Copy-paste quickstart
Install:
composer require budventure/billing:^0.1
php artisan vendor:publish --tag=budventure-billing
php artisan migrate
php artisan horizon
Docs & why we built it (benchmarks, gotchas):
Check here
Top comments (0)