Saas with filament
Which saas tool is recommended for filament (classic variant option 1,2,3). (My roles and permissens will be create with shield.) Or a Panel for any saas option?
What can or should I consider at the beginning of a filament project in case I want to make a saas out of it later? Or should I start with a saas shell at the beginning of a project?
There are a tutorial?
Solution:Jump to solution
for one-time payments, we had a tutorial using Stripe: https://laraveldaily.com/post/filament-stripe-one-time-payment-form-elements
Laravel Daily
Filament: Stripe One-Time Payment Form with Elements
6 Replies
What do you mean by 'which saas tool' ?
Filament is tailor made to build SaaS applications. It would be the tool.
The panel builder is the SaaS tool
Sorry, my question was not exact.
I mean such a Saas kit or boilerplate to manage subscription, payment, invoices. usually as (commercial) cloud solution or one time payment.
They are probably the same as Laravel. I am looking for the most suitable one for me. I have not yet found a tutorial in context filament.My requirements are rather basic. the usual 3 subscription options, which then have to be taken into account in the application within laravel/filament.
What is your opinion?
here are a few examples:
https://www.getscrapbook.com/boilerplates/laravel
There's no official/recommended SaaS tool that would work for all possible cases.
But the official docs on multi-tenancy show the examples of Laravel Spark that should work with Stripe and Paddle: https://filamentphp.com/docs/3.x/panels/tenancy#billing
Alternatively, you should build your own custom billing system instead of Filament, as Livewire pages, using Laravel Cashier, probably.
Solution
for one-time payments, we had a tutorial using Stripe: https://laraveldaily.com/post/filament-stripe-one-time-payment-form-elements
Laravel Daily
Filament: Stripe One-Time Payment Form with Elements