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(10mo ago)246MITPHPPHP ^8.2

Since Aug 27Pushed 10mo 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 today

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

32

—

LowBetter than 69% of packages

Maintenance54

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

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

312d 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

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[code16/sharp

Laravel Content Management Framework

79164.7k8](/packages/code16-sharp)[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.

3991.8k](/packages/codewithdennis-larament)[ercogx/laravel-filament-starter-kit

This is a Filament v5 Starter Kit for Laravel 13, designed to accelerate the development of Filament-powered applications.

461.7k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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