PHPackages                             titanium/inertia - 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. titanium/inertia

ActiveLibrary[Framework](/categories/framework)

titanium/inertia
================

Laravel preset for Inertia

1.1.1(5y ago)11962[1 issues](https://github.com/usetitanium/inertia/issues)MITPHP

Since Jul 9Pushed 5y ago2 watchersCompare

[ Source](https://github.com/usetitanium/inertia)[ Packagist](https://packagist.org/packages/titanium/inertia)[ RSS](/packages/titanium-inertia/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Inertia / Vue preset
====================

[](#inertia--vue-preset)

A Laravel frontend preset for [inertiajs](https://inertiajs.com/) and [Vue](https://vuejs.org/).

Titanium
--------

[](#titanium)

[Titanium](https://usetitanium.com/) is a set of free/paid starter kits for Laravel.

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

[](#installation)

```
composer require inertiajs/inertia-laravel tightenco/ziggy laravel/ui titanium/inertia
php artisan ui inertia
npm install
npm run dev

```

Options
-------

[](#options)

### Auth

[](#auth)

To scaffold authentication use the `--auth` flag.

```
php artisan ui inertia --auth

```

### Adapter

[](#adapter)

To specify which client-side adapter you are using for Inertia use the `--option` parameter.

Currently `vue` and `react` are supported.

```
php artisan ui inertia --option vue

```

Laravel's authentication options
--------------------------------

[](#laravels-authentication-options)

With Laravel's default authentication it's possible to enable things like email verification and password confirmation. This is also possible using this preset.

### Email verification

[](#email-verification)

Email verification with Inertia works the exact same way as it does in the default Laravel authentication package. It requires a few changes to the `User` model and to the database table. Follow the steps in the [official Laravel documentation](https://laravel.com/docs/7.x/verification) to see which changes needs to be implemented.

The email verification view is included in this kit.

### Password confirmation

[](#password-confirmation)

The password confirmation view is included in this kit.

To enable password confirmation for a sensitive route add the `password.confirm` middleware.

```
Route::get('/secret-route', function () {
    //
})->middleware(['auth', 'password.confirm']);
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.7% 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 ~19 days

Total

3

Last Release

2145d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/139008?v=4)[Chad Jaggers](/maintainers/Titanium)[@titanium](https://github.com/titanium)

---

Top Contributors

[![BjornDCode](https://avatars.githubusercontent.com/u/14328774?v=4)](https://github.com/BjornDCode "BjornDCode (43 commits)")[![KABBOUCHI](https://avatars.githubusercontent.com/u/9212274?v=4)](https://github.com/KABBOUCHI "KABBOUCHI (1 commits)")

### Embed Badge

![Health badge](/badges/titanium-inertia/health.svg)

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

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

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

23.2k33.6k1](/packages/krayin-laravel-crm)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)[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)

PHPackages © 2026

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