Skip to content

Theme Healthcare

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/theme-healthcare
Package slugtheme-healthcare
Product groupCapell Themes
Tierpremium
Bundlethemes
Runtime contextsfrontend
Capell version^4.0
Source repositorycapell-app/packages
Source pathpackages/theme-healthcare
Docs sourcepackages/theme-healthcare/docs
Manifestcapell.json

Appointment-led healthcare theme for Capell, shipped under the existing healthcare theme key.

  • Package: capell-app/theme-healthcare
  • Namespace: Capell\ThemeStudio\Healthcare\
  • Capell dependencies: capell-app/core, capell-app/foundation-theme
  • Provides Editorial Healthcare renderer views for clinics and healthcare providers built on Capell.
  • Helps owners launch healthcare pages with service finding, clinician cards, booking panels, care pathway comparison, trust proof, resources, and location surfaces.
  • Gives developers a focused theme package that reuses Foundation Theme conventions instead of hard-coding product layouts into content.
  • Editorial Healthcare theme for Capell.
  • Public views for utility bar, navigation, appointment hero, service finder, services, clinicians, booking, events, proof, comparison, resources, contact, CTA, and footer sections.
  • Booking, event, and blog teaser renderers receive optional Form Builder, Events, and Blog availability from the service provider, then render enhanced or neutral panels without querying from Blade.

For developers: Adds a renderer package that uses Foundation Theme runtime contracts while leaving content models unchanged.

For teams: Provides a healthcare-oriented visual option for clinic and service-line sites managed through the normal Theme admin page and install flow.

This package makes its Composer dependencies visible because they are part of the value proposition, not just plumbing. When an upstream package has a public repository, its linked preview card points readers back to the maintainers so their work gets proper credit.

Capell packages used here

Open-source packages used here

  • No extra third-party Composer package beyond the Capell package stack is required here.

Screenshots are generated from docs/screenshots.json during package deployment.

  • Theme admin list showing Editorial Healthcare.
  • Frontend page rendered with Editorial Healthcare theme.
  • Theme preview URL output.
  • HealthcareThemeServiceProvider registers the Editorial Healthcare renderer.
  • capell.json declares themeKey: "healthcare" and extends: "capell-app/foundation-theme".
  • Uses Foundation Theme runtime data and standard section keys, while rendering its own page and section Blade views.
  • Ships Blade resources for the page wrapper, service discovery sections, booking panel, event panel, comparison, proof, blog teaser, CTA, and footer views.
  • No migrations, config, routes, models, admin navigation, or package-owned settings are present.
  • Public theme output must stay free of package identifiers, signed admin URLs, Filament/editor markers, and other authoring metadata.
AreaPathPurpose
Resourcespackages/theme-healthcare/resourcesViews, translations, assets, and package resources.
Testspackages/theme-healthcare/testsPackage-level Pest coverage.
  • This package does not own data.
  • It consumes theme runtime settings and core page content.
  • Adds the Editorial Healthcare renderer to theme system.
  • No database changes.
  • No admin navigation by itself.
  • No public routes by itself.
  • Install with composer require capell-app/theme-healthcare in the host Capell application.
  • Seed the Editorial Healthcare preview pages with php artisan capell:theme-healthcare-demo --url=https://demo.test --sites=Demo --languages=en --force.
  • The Extensions installer demo checkbox and full Capell demo install use the same manifest demo command path.
  • In this repository, verify package changes with vendor/bin/pest; do not use php artisan.
  • For screenshots, use a disposable Capell app with the core stack, Layout Builder, Foundation Theme, and only this theme package installed.
  • The package appears through the core Themes resource after install. It does not add a package-owned admin page.
  • Install Layout Builder before Foundation Theme in the disposable harness.
  • Install Foundation Theme before using this renderer.
  • Build both frontend and Filament assets before browser capture.
  • Keep Theme Studio settings aligned with the healthcare preset; stale settings from another theme can make screenshots misleading.
  • Do not install a Studio metapackage; this package installs independently.

Run package tests from the repository root:

Terminal window
vendor/bin/pest packages/theme-healthcare/tests --configuration=phpunit.xml
  • Theme output is public output. Keep admin-only metadata and editor hooks out of rendered markup.