PHPackages                             loicdelanoe/statamic-inertia-starter - 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. loicdelanoe/statamic-inertia-starter

ActiveProject[Framework](/categories/framework)

loicdelanoe/statamic-inertia-starter
====================================

The skeleton application for the Laravel framework.

v1.0.2(4mo ago)012MITPHPPHP ^8.2

Since Jan 14Pushed 4mo agoCompare

[ Source](https://github.com/loicdelanoe/statamic-inertia-starter)[ Packagist](https://packagist.org/packages/loicdelanoe/statamic-inertia-starter)[ RSS](/packages/loicdelanoe-statamic-inertia-starter/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (13)Versions (5)Used By (0)

Statamic + Inertia.js
=====================

[](#statamic--inertiajs)

A starter template for quickly building Statamic projects with Inertia.js and Vue 3.

> ⚠️ **Warning:** This project is currently in development. APIs and features may change without notice.

Introduction
============

[](#introduction)

This starter kit provides a basic setup for building Statamic projects with Inertia.js and Vue 3. It relies on the [`statamic-inertia-adapter`](https://github.com/loicdelanoe/statamic-inertia-adapter) package to provide a seamless integration between Statamic and Inertia.js.

If you want to use another front-end framework such as React or Svelte, you may visit the [official Inertia.js documentation](https://inertiajs.com/) and the [Statamic documentation](https://statamic.dev/) for more information. It is planned to support other front-end frameworks in the future.

Installation
============

[](#installation)

You can install this starter kit in two ways:

### Using Laravel

[](#using-laravel)

Run the following command to create a new Laravel project with the starter kit:

```
laravel new --using loicdelanoe/statamic-inertia-starter
```

### Using Composer

[](#using-composer)

Alternatively, you can create a new project via Composer:

```
composer create-project loicdelanoe/statamic-inertia-starter
```

Usage
=====

[](#usage)

Forms
-----

[](#forms)

You can use Statamic’s native forms directly. A `Form` component is included in the starter kit for this purpose.

Example:

```

    Form submitted successfully!

        {{ field.display }}

        {{ errors[field.handle] }}

    Submit

```

### Props

[](#props)

- **form**
    The Statamic form object (e.g. `page.form`).

### Slot properties

[](#slot-properties)

The `Form` component exposes the following variables through its slot:

- **processing**
    `boolean` — `true` while the form submission is being processed.
- **errors**
    `object` — validation errors returned by the form submission, indexed by field handle.
- **formData**
    `object` — a reactive object containing the form field values.
- **success**
    `boolean` — `true` when the form has been successfully submitted.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance74

Regular maintenance activity

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

Total

3

Last Release

146d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/95628210?v=4)[Loïc Delanoë](/maintainers/loicdelanoe)[@loicdelanoe](https://github.com/loicdelanoe)

---

Top Contributors

[![loicdelanoe](https://avatars.githubusercontent.com/u/95628210?v=4)](https://github.com/loicdelanoe "loicdelanoe (18 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/loicdelanoe-statamic-inertia-starter/health.svg)

```
[![Health](https://phpackages.com/badges/loicdelanoe-statamic-inertia-starter/health.svg)](https://phpackages.com/packages/loicdelanoe-statamic-inertia-starter)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

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

Statamic

829179.5k](/packages/statamic-statamic)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[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)[nunomaduro/laravel-starter-kit-inertia-react

The skeleton application for the Laravel framework.

2071.1k](/packages/nunomaduro-laravel-starter-kit-inertia-react)

PHPackages © 2026

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