The Chargebee Starter kit for Laravel gives you a starting point for working with Chargebee's subscription billing services and Laravel's new Starter Kits. The Chargebee starter kit uses React and Intertia, and integrates via the Chargebee API to provide billing plans for your app's users:

Once you've registered, you can see the subscription section of the starter kit showing active plans from your Chargebee site. Chargebee plans can be configured through the Chargebee dashboard and synced with the application.

Under the hood, the starter kit is powered by the Laravel Cashier for Chargebee package, which you can use to sync plans to your application's database via the provided Console command:
php artisan chargebee:fetch-plans
You can learn more about this package, get full installation instructions, and view the source code on GitHub. You must have a Chargebee account to use this package. See their documentation for more info.