Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

efon's avatar
Level 1

Help with picking a starter kit

I am building a small SaaS product and I am new to Laravel, is there a starter kit that would help me handle subscription payments in paddle, without me worrying how cashier works, I just create a paddle account, add a product and setup the necessary configurations, I also have two roles in my SaaS, the main user an employees, users will create employees account but there both have to be Login from one login form.

0 likes
3 replies
jlrdw's avatar

Depends on what technologies you want to use:

  • vue
  • react
  • blade
  • axios js
  • livewire
  • filament
  • etc

But Breeze would work. Also have a look at Laravel Spark.

efon's avatar
Level 1

@jlrdw I am using blade, coz I don't have knowledge of other frontend frameworks.

jlrdw's avatar

@efon Just bear in mind if you don't use cashier paddle, you will have to use paddles documentation yourself and do your own coding.

Cashier maybe the easier route for you.

You could look at stripe also.

Please or to participate in this conversation.