DEV Community

Budventure Technologies
Budventure Technologies

Posted on

Open-sourcing a Laravel SaaS Starter: Stripe Billing, Teams & Horizon (Copy-Paste Setup)

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

Repo:
https://github.com/kajol-ds/laravel-saas-starter

Top comments (0)