PHPackages                             laravel-arcanist/inertia-response-renderer - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. laravel-arcanist/inertia-response-renderer

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

laravel-arcanist/inertia-response-renderer
==========================================

Inertia response renderer for Arcanist

0.6.0(3y ago)132.2k11[1 PRs](https://github.com/laravel-arcanist/inertia-response-renderer/pulls)MITPHPPHP ^8.0

Since May 4Pushed 2y ago3 watchersCompare

[ Source](https://github.com/laravel-arcanist/inertia-response-renderer)[ Packagist](https://packagist.org/packages/laravel-arcanist/inertia-response-renderer)[ GitHub Sponsors](https://github.com/ksassnowski)[ RSS](/packages/laravel-arcanist-inertia-response-renderer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (7)Versions (7)Used By (0)

Inertia Response Renderer
=========================

[](#inertia-response-renderer)

This package provides an Inertia.js response renderer for Arcanist.

> The real docs are still being written, but here’s a really quick introduction.

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

[](#installation)

Install the package through composer (you still need the main Arcanist package installed).

```
composer require laravel-arcanist/inertia-response-renderer

```

Inside `config/arcanist.php`, change the `renderers.renderer` key to `Arcanist\InertiaResponseRenderer::class`.

That’s it.

How it works
------------

[](#how-it-works)

The reponse renderer will try and resolve step templates via the following convention:

```
resources/js/Pages/Wizards/{wizard-slug}/{step-slug}.vue

```

You can configure the `Wizard` path prefix by changing the `renderers.inertia.component_base_path` setting in the config.

View Data
---------

[](#view-data)

Arcanist passes a `step` and `wizard` prop to all views. These can be accessed in the usual Inertia way.

```
this.$page.props.arcanist.wizard

this.$page.props.arcanist.step
```

Please refer to the [main documentation](https://laravel-arcanist.com/getting-started#accessing-data-in-a-view) for a more detailed explanation of these variables.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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 ~87 days

Recently: every ~108 days

Total

6

Last Release

1399d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4502ad7427ecdff776d65d1ba32c9db22d0b9510a7cc959cab93fa0f5fa138de?d=identicon)[ksassnowski](/maintainers/ksassnowski)

---

Top Contributors

[![ksassnowski](https://avatars.githubusercontent.com/u/5139098?v=4)](https://github.com/ksassnowski "ksassnowski (25 commits)")[![abdullahishtiwy](https://avatars.githubusercontent.com/u/221830682?v=4)](https://github.com/abdullahishtiwy "abdullahishtiwy (2 commits)")[![marvinrabe](https://avatars.githubusercontent.com/u/515860?v=4)](https://github.com/marvinrabe "marvinrabe (2 commits)")[![bfiessinger](https://avatars.githubusercontent.com/u/41627893?v=4)](https://github.com/bfiessinger "bfiessinger (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/laravel-arcanist-inertia-response-renderer/health.svg)

```
[![Health](https://phpackages.com/badges/laravel-arcanist-inertia-response-renderer/health.svg)](https://phpackages.com/packages/laravel-arcanist-inertia-response-renderer)
```

###  Alternatives

[based/momentum-modal

Build dynamic modal dialogs for your Inertia-powered Laravel apps

462427.3k1](/packages/based-momentum-modal)[inertiaui/modal

Inertia Modal

225213.5k](/packages/inertiaui-modal)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

88103.7k](/packages/emargareten-inertia-modal)[robertboes/inertia-breadcrumbs

Laravel package to automatically share breadcrumbs to Inertia

56129.1k](/packages/robertboes-inertia-breadcrumbs)[hammerstone/sidecar-inertia

A Laravel package to render Inertia apps on AWS Lambda.

6210.9k](/packages/hammerstone-sidecar-inertia)

PHPackages © 2026

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