PHPackages                             joris/laravel-skeleton - 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. joris/laravel-skeleton

ActiveProject[Framework](/categories/framework)

joris/laravel-skeleton
======================

Laravel Filament Inertia React Skeleton

v1.0.1(1y ago)15MITTypeScriptPHP ^8.2CI passing

Since May 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/JorisHageman/laravel-filament-inertia-react-skeleton)[ Packagist](https://packagist.org/packages/joris/laravel-skeleton)[ RSS](/packages/joris-laravel-skeleton/feed)WikiDiscussions main Synced today

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

Laravel Filament Inertia React Skeleton
=======================================

[](#laravel-filament-inertia-react-skeleton)

This project is a pre-configured skeleton application that combines Laravel, Filament Admin Panel, Inertia.js and React to provide a comprehensive starting point for web application development.

Quick start (with Docker)
-------------------------

[](#quick-start-with-docker)

```
composer create-project joris/laravel-skeleton
cd laravel-filament-inertia-react-skeleton
composer setup
```

Features
--------

[](#features)

- **Laravel 12.x** - Latest version of Laravel framework
- **Filament 3.x** - Admin panel toolkit for Laravel
- **Inertia.js** - Server-side rendering without API boilerplate
- **React 19** - Front-end library for building user interfaces
- **TypeScript** - Type safety for your JavaScript code
- **Docker** - Development environment using Laravel Sail
- **TailwindCSS 4** - Utility-first CSS framework

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

[](#requirements)

- PHP 8.2+
- Node.js
- Composer
- Docker &amp; Docker Compose (for Sail)

Installation
------------

[](#installation)

1. Clone the repository:

    ```
    git clone https://github.com/yourusername/laravel-filament-inertia-react-skeleton.git
    cd laravel-filament-inertia-react-skeleton
    ```
2. Install PHP dependencies:

    ```
    composer install
    ```
3. Create environment file:

    ```
    cp .env.example .env
    php artisan key:generate
    ```
4. Install JavaScript dependencies:

    ```
    npm install
    # or if using pnpm
    pnpm install
    ```
5. Start the development environment:

    ```
    # Using Laravel Sail (Docker)
    ./vendor/bin/sail up

    # Or using the composer script
    composer dev
    ```

Usage
-----

[](#usage)

### Development

[](#development)

```
# Start all services (Laravel server, queue worker, logs, and Vite)
composer dev

# Start with SSR enabled
composer dev:ssr

# Run only Vite dev server
npm run dev
```

### Building for Production

[](#building-for-production)

```
# Build frontend assets
npm run build

# Build with SSR support
npm run build:ssr
```

### Code Quality

[](#code-quality)

```
# Format code with Prettier
npm run format

# Check formatting
npm run format:check

# Lint JavaScript/TypeScript
npm run lint

# Type checking
npm run types

# Run tests
composer test
```

Docker
------

[](#docker)

This project uses Laravel Sail for Docker integration. The Docker setup includes:

- PHP 8.4 container
- MariaDB 10.6 database
- Node.js container for frontend development

You can start the Docker environment with:

```
./vendor/bin/sail up
```

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

[](#project-structure)

The project follows the standard Laravel structure with some additions:

- `/app` - Laravel application code
- `/resources/js` - React components and frontend code
- `/resources/css` - CSS files including Tailwind CSS
- `/public` - Compiled assets and static files

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance46

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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 ~0 days

Total

2

Last Release

412d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/24506509?v=4)[Joris Hageman](/maintainers/jorishageman)[@JorisHageman](https://github.com/JorisHageman)

---

Top Contributors

[![JorisHageman](https://avatars.githubusercontent.com/u/24506509?v=4)](https://github.com/JorisHageman "JorisHageman (10 commits)")

---

Tags

laravelinertiaSkeletonreactfilament

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/joris-laravel-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/joris-laravel-skeleton/health.svg)](https://phpackages.com/packages/joris-laravel-skeleton)
```

###  Alternatives

[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.

3891.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)
