sman's avatar
Level 1

Best free VILT stack for SaaS and subscription payment processing.

What is the best free pre-packaged VILT stack out there for Laravel that includes an Admin Panel and subscription payment processing. Currently looking at Modular.

https://github.com/daniel-cintra/modular

Only thing is that it appears to be a one man show. I would prefer a more active project. I would not be opposed to just forking that and rolling my own if it's not too much work.

0 likes
1 reply
sman's avatar
Level 1

After lots of googling, I landed on Larafast which appears to do everything I want. Is there something similar to that but non-subscription? As far as I can tell it's just bundling existing free projects together.

Closest I got so far is the socialstream install procedure. That gives me Jetstream + Inertia + Vue + Oauth for the customer facing part, and Filament + Livewire + Oauth for the admin panel. After adding DaisyUI that seems to get me very close to what Larafast is doing.

That just leaves the Stripe subscription billing. Not sure how much extra work would be involved doing that myself with Laravel Cashier vs what Larafast gives me. I am assuming it's also just bundling Cashier.

https://docs.socialstream.dev/getting-started/installation

Please or to participate in this conversation.