PHPackages                             mitantsoa/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. mitantsoa/laravel-react-starter-kit

ActiveProject[Framework](/categories/framework)

mitantsoa/laravel-react-starter-kit
===================================

The skeleton application for the Laravel framework.

v1.0.1(7mo ago)02MITTypeScriptPHP ^8.2CI failing

Since Sep 26Pushed 7mo agoCompare

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

READMEChangelogDependencies (13)Versions (3)Used By (0)

Laravel React Starter Kit
=========================

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

A modern starter kit combining Laravel 12 with React, TypeScript, and several powerful tools for rapid application development.

Features
--------

[](#features)

### Authentication &amp; Authorization

[](#authentication--authorization)

- Full authentication system using Laravel Breeze
- Role-based access control (ROLE\_ADMIN, etc.)
- Protected routes with middleware
- User management (CRUD operations)

### Frontend

[](#frontend)

- **React 18** with TypeScript
- **Inertia.js** for seamless SPA-like experience
- **Tailwind CSS** for styling
- **Shadcn/ui** components library
- **React Hook Form** with Zod validation
- **Lucide React** for icons
- Responsive layout with mobile support
- Toast notifications
- SweetAlert2 for confirmations

### Backend

[](#backend)

- **Laravel 12** framework
- MySQL database
- RESTful API architecture
- Form request validation
- Eloquent ORM with relationships
- Database migrations and seeders

### Developer Experience

[](#developer-experience)

- TypeScript for better type safety
- Hot module replacement
- ESLint &amp; Prettier configuration
- Organized folder structure

Project Structure
-----------------

[](#project-structure)

```
laravel-react-starter-kit/
├── app/
│   ├── Http/
│   │   ├── Controllers/
│   │   └── Middleware/
│   └── Models/
├── resources/
│   └── js/
│       ├── components/
│       │   └── ui/
│       ├── layouts/
│       ├── lib/
│       ├── pages/
│       └── types/
└── routes/

```

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

[](#getting-started)

1. Clone the repository:

```
git clone https://github.com/yourusername/laravel-react-starter-kit.git
```

2. Install PHP dependencies:

```
composer install
```

3. Install Node dependencies:

```
npm install
```

4. Configure environment:

```
cp .env.example .env
php artisan key:generate
```

5. Set up database:

```
php artisan migrate --seed
```

6. Start development servers:

```
php artisan serve
npm run dev
```

Available Scripts
-----------------

[](#available-scripts)

- `npm run dev`: Start development server
- `npm run build`: Build for production
- `php artisan test`: Run tests
- `php artisan migrate:fresh --seed`: Reset database with fresh data

Key Components
--------------

[](#key-components)

### DataTable

[](#datatable)

- Sortable columns
- Custom cell rendering
- Responsive design
- Action buttons with permissions

### Form Components

[](#form-components)

- Form validation with Zod
- Error handling
- Backend validation integration
- File upload support

### Authentication

[](#authentication)

- Login/Register pages
- Password reset
- Remember me functionality
- Session management

### User Management

[](#user-management)

- User listing with roles
- Create/Edit/Delete users
- Role assignment
- Permission checks

Contributing
------------

[](#contributing)

1. Fork the repository
2. Create your feature branch
3. Commit your changes
4. Push to the branch
5. Create a new Pull Request

License
-------

[](#license)

This project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

Requirements
------------

[](#requirements)

- PHP 8.2+
- Node.js 16+
- MySQL 8.0+
- Composer
- npm

This starter kit provides a solid foundation for building modern web applications with Laravel and React. Feel free to customize it according to your needs!

###  Health Score

33

—

LowBetter than 74% of packages

Maintenance67

Regular maintenance activity

Popularity2

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

Every ~3 days

Total

2

Last Release

221d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7a0af448e0ba38b741db7ecc62a403ffd92abbca3680fc0a675b4aa1e264c48b?d=identicon)[mitantsoa1](/maintainers/mitantsoa1)

---

Top Contributors

[![mitantsoa1](https://avatars.githubusercontent.com/u/73829570?v=4)](https://github.com/mitantsoa1 "mitantsoa1 (15 commits)")

---

Tags

frameworklaravelreact starter kit

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)

PHPackages © 2026

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