Skip to content

API

This page is generated from public package documentation in capell-4/packages and the package manifest checked into the source repository.

FieldValue
Composer packagecapell-app/api
Package slugapi
Product groupCapell Publishing Pro
Tierpremium
Bundlepublishing-pro
Runtime contextsfrontend
Capell version^4.0
Source repositorycapell-app/packages
Source pathpackages/api
Docs sourcepackages/api/docs
Manifestcapell.json

API is an Available, No schema impact Capell package in the Capell Publishing Pro product group. It ships as capell-app/api and extends these surfaces: frontend.

Versioned public JSON endpoints for published Capell pages and Layout Builder graphs, with sanitized output for headless consumers.

After install, the package affects public rendering, public routes, or frontend runtime behaviour.

Status details:

  • Status: Available
  • Tier: premium
  • Bundle: publishing-pro
  • Composer package: capell-app/api
  • Namespace: Capell\Api
  • Theme key: not applicable

For developers: The package gives developers package-owned service providers, Actions, Data objects, and Laravel routes instead of pushing this behaviour into core or application code.

For teams: Versioned public JSON endpoints for published Capell pages and layout graphs, with sanitized output for headless consumers.

Screenshot contract: docs/screenshots.json.

  • Successful page resolve JSON response (frontend, required).
  • Page resolve layout graph JSON response (frontend, required).
  • Page resolve forbidden JSON response (frontend, optional).
  • Page resolve not found JSON response (frontend, optional).
  • Service providers: Capell\Api\Providers\ApiServiceProvider.
  • Config files: packages/api/config/capell-api.php.
  • Route files: packages/api/routes/api.php.
  • Actions: BuildPublicLayoutPayloadAction, BuildPublicPagePayloadAction.
  • Data objects: PublicPagePayloadOptionsData.
  • Manifest contributions: health-check: Capell\Api\Health\ApiHealthCheck, route: Capell\Api\Manifest\ApiRoutesContribution.
  • Health checks: Capell\Api\Health\ApiHealthCheck.
  • Cache tags: api, api:pages.

This package has no schema impact. It does not declare package-owned migrations or required tables.

Docs gap: document extension points here if the package delegates persistence to a host package.

  • Admin navigation: no admin surface declared.
  • Permissions: none declared in capell.json.
  • Public routes: route files exist and must be reviewed before public enablement.
  • Database changes: no package migrations declared.
  • Settings: no package settings declared.
  • Queues or schedules: none detected in standard package paths.
  • Cache tags: api, api:pages.
  • Commands: none declared.
  • Review route middleware, throttling, signed URLs, and public-output safety before exposing routes.
  • Keep public Blade and cached HTML free of authoring markers, model IDs, permissions, signed editor URLs, and lazy database queries.
  • Keep composer.json, composer.local.json, capell.json, docs, screenshots, and tests aligned when the package surface changes.
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
Route returns unexpected outputRoute cache, middleware, or signed URL setup does not match the package route fileCheck the route files listed in Technical ShapeClear route cache and verify middleware before exposing public routes
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/api.
  2. Run the required setup: no package migrations are declared; clear cached config and routes if the host app uses caches.
  3. Verify the package provider is registered and the related frontend, command, or extension point is active.