Skip to content

Capell Inertia

This page is generated from package source documentation in the Capell packages repository and the checked-in manifest. Source documentation is not distribution status. Before running a Composer command, verify that the exact package and compatible 1.x release are available through public Packagist or the authenticated marketplace account.

FieldValue
Composer packagecapell-app/inertia
Package sluginertia
Product groupCapell Frontend
Tiercore
Bundlefrontend
Runtime contextsfrontend
Capell version^1.0
Source repositorycapell-app/packages
Source pathpackages/inertia
Docs sourcepackages/inertia/docs
Manifestcapell.json

Capell Inertia is an Available, No schema impact Capell plugin in the Capell Frontend product group. It ships as capell-app/inertia and extends these surfaces: frontend.

Capell Inertia connects public page resolution to Inertia responses through a registered client adapter.

It adds no admin screen. When an Inertia theme is active, public pages use the configured root view, component name, and adapter.

Evidence: src/Providers/InertiaServiceProvider.php, src/Rendering/CapellInertiaResponseRenderer.php, tests/Feature/InertiaBridgeTest.php, src/Actions/ResolveInertiaRootViewAction.php, src/Actions/ResolveInertiaComponentNameAction.php, src/Actions/ResolveInertiaAdapterKeyAction.php.

Status details:

  • Status: Available
  • Tier: core
  • Bundle: frontend
  • Composer package: capell-app/inertia
  • Namespace: Capell\Inertia
  • Theme key: not applicable

For developers: The adapter registry and typed Actions centralize page props, component resolution, and response rendering for Inertia themes.

For teams: Teams can use React or Vue Inertia themes while keeping the normal Capell content workflow.

Evidence: src/Support/InertiaAdapterRegistry.php, src/Actions/BuildInertiaPagePropsAction.php, src/Actions/RenderInertiaResponseAction.php, tests/Unit/InertiaActionTest.php, docs/overview.admin.md, src/Support/CapellInertiaManager.php, tests/Feature/InertiaBridgeTest.php.

Marketplace media is declared in capell.json:

Capell Inertia beta bridge marketplace artwork

  • Beta artwork for the headless Inertia bridge; rendered proof belongs to an installed adapter and consuming theme.
  • Service providers: Capell\Inertia\Providers\InertiaServiceProvider.
  • Config files: packages/inertia/config/capell-inertia.php.
  • Actions: BuildInertiaPagePropsAction, RenderInertiaResponseAction, ResolveInertiaAdapterKeyAction, ResolveInertiaComponentNameAction, ResolveInertiaRootViewAction.
  • Data objects: InertiaAdapterData.
  • Health checks: Capell\Inertia\Health\InertiaHealthCheck.
  • Blade views: packages/inertia/resources/views/app.blade.php.
  • Cache tags: inertia.

This package has no schema impact. It registers runtime behaviour through Capell\Inertia\Providers\InertiaServiceProvider while persistence remains with Capell core or required packages.

  • Required packages: capell-app/core, capell-app/frontend, capell-app/api.
  • Admin navigation: no admin page or resource contribution is declared.
  • Admin/editor extensions: none declared.
  • Permissions: none declared in capell.json.
  • Public routes: none declared.
  • Database changes: no package migrations declared.
  • Config: config/capell-inertia.php.
  • Settings: no package settings declared.
  • Queues or schedules: none declared.
  • Cache tags: inertia.
  • Commands: none declared.
  • Keep required Capell packages on compatible v4 releases: capell-app/core, capell-app/frontend, capell-app/api.
  • Review package configuration before production-like verification: config/capell-inertia.php.
  • Keep public Blade and cached HTML free of authoring markers, model IDs, permissions, signed editor URLs, and lazy database queries.
  • Custom write integrations must preserve invalidation for inertia cache tags.
SymptomLikely causeCheckFix
Package surface is missing after installProvider or manifest is not loadedConfirm capell.json, package composer.json, and provider registrationReinstall the package, refresh Composer autoload, and clear host caches
Public output leaks unexpected stateRender data, cache variation, or authoring boundary has regressedCheck public Blade, cache tags, and public-output safety testsMove data loading out of Blade and rerun the package public-output tests
  1. Install the package: composer require capell-app/inertia.
  2. Review config/capell-inertia.php before enabling the package.
  3. Verify the package provider and manifest contributions are registered in the host app.