PHPackages                             chargebee/laravel-react-starter-kit - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. chargebee/laravel-react-starter-kit

ActiveProject[Framework](/categories/framework)

chargebee/laravel-react-starter-kit
===================================

Laravel Starter Kit for Billing with Chargebee.

v1.4.0(8mo ago)19219↓100%4[6 PRs](https://github.com/chargebee/laravel-react-starter-kit/pulls)MITTypeScriptPHP ^8.2

Since Apr 10Pushed 1mo ago14 watchersCompare

[ Source](https://github.com/chargebee/laravel-react-starter-kit)[ Packagist](https://packagist.org/packages/chargebee/laravel-react-starter-kit)[ RSS](/packages/chargebee-laravel-react-starter-kit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (14)Versions (13)Used By (0)

Laravel Starter Kit for Billing with Chargebee Cashier
======================================================

[](#laravel-starter-kit-for-billing-with-chargebee-cashier)

Quickly set up billing in your Laravel application using Chargebee.

Introduction
------------

[](#introduction)

You can watch the below video for a quick video introduction of this starter kit and the [Laravel Cashier for Chargebee](https://github.com/chargebee/cashier-chargebee) package used in this starter kit.

 [ ![Video introduction of Laravel Cashier for Chargebee and Starter Kit](https://camo.githubusercontent.com/3856c8806e4555b37ba2266d6b7a63d828bfb21da2c38d2669367d112ae11b8d/68747470733a2f2f696d672e796f75747562652e636f6d2f76692f6a426c385861676a4731772f302e6a7067) ](https://www.youtube.com/watch?v=jBl8XagjG1w)

Getting Started
---------------

[](#getting-started)

### Installation

[](#installation)

Run the following command in your terminal:

```
laravel new --using=chargebee/laravel-react-starter-kit
```

Then, navigate to your project folder:

```
cd your-project-name
```

### Environment Configuration

[](#environment-configuration)

- Fill in the Chargebee-related `.env` variables (see `.env.example`).
- ⚠️ **Important**: Run the server on port `8080` or `8443` for Chargebee checkout to work. You can do this by adding`SERVER_PORT=8080` in .env file.

Initial Setup
-------------

[](#initial-setup)

### Synchronizing Plans

[](#synchronizing-plans)

Fetch your plans from Chargebee:

```
php artisan chargebee:fetch-plans
```

### Webhook Configuration

[](#webhook-configuration)

Set up a webhook using either of these options:

#### Using Ngrok

[](#using-ngrok)

Here is a [short tutorial on getting started with Ngrok](https://ngrok.com/docs/getting-started/).

If ngrok gives you a URL like `https://{abc}.ngrok-free.app`, set your webhook URL as:
🔗 `https://{abc}.ngrok-free.app/chargebee/webhook`

#### Using Cloudflare Tunnel

[](#using-cloudflare-tunnel)

Here is a short tutorial on [how to configure tunnel on Cloudflare to test webhook](https://medium.com/@agmmnn/test-your-webhooks-with-cloudflare-tunnel-quickly-5875f74024b4).

If Cloudflare Tunnel gives you a URL like `https://{your-tunnel-name}.trycloudflare.com`, set your webhook URL as:
🔗 `https://{your-tunnel-name}.trycloudflare.com/chargebee/webhook`

> **Note:** Don't forget to [add this webhook URL](https://www.chargebee.com/docs/2.0/webhook_settings.html) in your Chargebee dashboard.

Running Your Application
------------------------

[](#running-your-application)

Start the application using:

```
composer run dev
```

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance76

Regular maintenance activity

Popularity23

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~17 days

Recently: every ~31 days

Total

9

Last Release

256d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c1d3bf9c89377cf8045bf8bebed3245072851037f809301361fe2c7d83c0af32?d=identicon)[chargebee](/maintainers/chargebee)

---

Top Contributors

[![cb-alish](https://avatars.githubusercontent.com/u/162097444?v=4)](https://github.com/cb-alish "cb-alish (37 commits)")[![cb-sriramthiagarajan](https://avatars.githubusercontent.com/u/78782731?v=4)](https://github.com/cb-sriramthiagarajan "cb-sriramthiagarajan (5 commits)")[![gkimpson](https://avatars.githubusercontent.com/u/850218?v=4)](https://github.com/gkimpson "gkimpson (1 commits)")[![snyk-bot](https://avatars.githubusercontent.com/u/19733683?v=4)](https://github.com/snyk-bot "snyk-bot (1 commits)")

---

Tags

billinglaravelframeworklaravel

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/chargebee-laravel-react-starter-kit/health.svg)

```
[![Health](https://phpackages.com/badges/chargebee-laravel-react-starter-kit/health.svg)](https://phpackages.com/packages/chargebee-laravel-react-starter-kit)
```

###  Alternatives

[laravel/vue-starter-kit

The skeleton application for the Laravel framework.

595238.0k](/packages/laravel-vue-starter-kit)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[oseughu/svelte-starter-kit

The skeleton application for the Laravel framework.

1781.4k](/packages/oseughu-svelte-starter-kit)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
