PHPackages                             apexunified/laravel-react-starterkit - 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. apexunified/laravel-react-starterkit

ActiveProject[Framework](/categories/framework)

apexunified/laravel-react-starterkit
====================================

The skeleton application for the Laravel framework.

v1.0.0(8mo ago)146MITPHPPHP ^8.2

Since Aug 27Pushed 8mo agoCompare

[ Source](https://github.com/ApexUnified/Laravel-React-StarterKit)[ Packagist](https://packagist.org/packages/apexunified/laravel-react-starterkit)[ RSS](/packages/apexunified-laravel-react-starterkit/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (15)Versions (2)Used By (0)

🚀 Laravel + React + Inertia Starter Kit
=======================================

[](#-laravel--react--inertia-starter-kit)

A modern, developer-friendly Laravel Starter Kit built with **Laravel**, **React + Inertia.js**, and **Tailwind CSS**. This Starter Kit is designed to streamline your development workflow with clean architecture, powerful tools, and an elegant UI — including support for **dark/light mode**, **rich file uploads**, and more.

[![Dashboard Preview](public/assets/images/thumbnail.jpg)](public/assets/images/thumbnail.jpg)

---

🧱 Stack
-------

[](#-stack)

- ✅ **Laravel 12+**
- ⚛️ **React** with **Inertia.js**
- 🎨 **Tailwind CSS**
- ✅ **Rich Components**
- ☁️ **FilePond** for advanced file uploading
- 🌑 Light &amp; Dark Theme Support
- 🔁 Redis Support for Caching &amp; Queues

---

✨ Key Features
--------------

[](#-key-features)

### ✅ Modified Auth with Queued Emails

[](#-modified-auth-with-queued-emails)

- Auth scaffolding is completely modified.
- **Queued password reset &amp; email verification** for improved UX.
- **Throttle email verification requests**:
    - When a verification email is sent, a timer is started.
    - The user cannot request another verification email until the timer expires.
    - This prevents **spamming** and **unnecessary mail traffic**.
    - Gracefully Error Handling.

---

### ⚙️ Dynamic Settings Configuration

[](#️-dynamic-settings-configuration)

#### 🛠 General Settings

[](#-general-settings)

- Easily manage app name, email, phone, logos, and favicons from a centralized UI.
- No need to modify `.env` or config files for branding changes.
- Fully cached via Laravel's `Cache` system to **prevent repeated DB queries**.

#### ✉️ SMTP Configuration

[](#️-smtp-configuration)

- Configure SMTP settings directly from the admin panel.
- **No need to touch `.env`**.
- Cached dynamically in the service provider to ensure **fast, DB-less performance**.

#### 🧠 Redis Ready

[](#-redis-ready)

- Supports Redis for both `CACHE` and `QUEUE`.
- Just set the following in your `.env`:

    ```
    CACHE_DRIVER=redis
    QUEUE_CONNECTION=redis
    ```

📦 Installation Guide
--------------------

[](#-installation-guide)

Use this if you want to Quick Start The Project.

```
composer create-project apexunified/laravel-react-starterkit app_name
```

Use this if you want to Manually Setup the project.

```
git clone https://github.com/ApexUnified/Laravel-React-StarterKit.git my-awesome-app
cd my-awesome-app

# Run one-time script to:
# - cp .env.example .env
# - composer install
# - php artisan key:generate
# - php artisan migrate
# - npm install
# - npm run build
# - php artisan serve
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance59

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

257d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2b0c30a9c8c25b08ace008120bede648f0d9c9f82de986e639a7e0afede80f3f?d=identicon)[ApexUnified](/maintainers/ApexUnified)

---

Top Contributors

[![ApexUnified](https://avatars.githubusercontent.com/u/192750063?v=4)](https://github.com/ApexUnified "ApexUnified (64 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/apexunified-laravel-react-starterkit/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)

PHPackages © 2026

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