Skip to content

Capell Inertia Vue Adapter

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-vue-adapter
Package sluginertia-vue-adapter
Product groupCapell Frontend
Tiercore
Bundlefrontend
Runtime contextsfrontend
Capell version^1.0
Source repositorycapell-app/packages
Source pathpackages/inertia-vue-adapter
Docs sourcepackages/inertia-vue-adapter/docs
Manifestcapell.json

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

The Vue adapter registers a Vue client runtime with the shared Capell Inertia bridge.

It adds no admin screen. Vue-based Inertia themes can use the registered entrypoint and client runtime when they render public pages.

Evidence: src/Providers/InertiaVueAdapterServiceProvider.php, tests/Feature/InertiaVueAdapterServiceProviderTest.php, capell.json, docs/overview.admin.md.

Status details:

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

For developers: The provider supplies the adapter definition and assets expected by Capell Inertia, so themes do not need their own bridge wiring.

For teams: Teams can choose a Vue Inertia theme without changing how editors manage Capell content.

Evidence: src/Providers/InertiaVueAdapterServiceProvider.php, tests/Feature/InertiaVueAdapterServiceProviderTest.php, docs/overview.admin.md, capell.json.

Marketplace media is declared in capell.json:

Capell Inertia Vue adapter beta marketplace artwork

  • Beta artwork for the Vue runtime adapter; rendered proof belongs to a consuming Vue page or theme.
  • Service providers: Capell\InertiaVueAdapter\Providers\InertiaVueAdapterServiceProvider.
  • Health checks: Capell\InertiaVueAdapter\Health\InertiaVueAdapterHealthCheck.
  • Cache tags: inertia-vue.

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

  • Required packages: capell-app/core, capell-app/inertia.
  • 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: no package config files.
  • Settings: no package settings declared.
  • Queues or schedules: none declared.
  • Cache tags: inertia-vue.
  • Commands: none declared.
  • Keep required Capell packages on compatible v4 releases: capell-app/core, capell-app/inertia.
  • 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-vue 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-vue-adapter.
  2. No package-specific setup command or migrations are declared.
  3. Verify the package provider and manifest contributions are registered in the host app.