Skip to content

Theme Wild Card

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

Theme Wild Card is an Available, No schema impact Capell theme in the Capell Themes product group. It ships as capell-app/theme-wild-card and extends these surfaces: frontend.

An award-show directory with an experimental streak - submission galleries, bold type, rules made to bend. For creative industries that hate looking corporate.

After install, admins can select the theme through the core theme management surface. Editors keep using normal Capell content workflows while the package controls public presentation.

Status details:

  • Status: Available
  • Tier: premium
  • Bundle: themes
  • Composer package: capell-app/theme-wild-card
  • Namespace: Capell\ThemeStudio\WildCard
  • Theme key: wild-card

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

For teams: An award-show directory with an experimental streak - submission galleries, bold type, rules made to bend. For creative industries that hate looking corporate.

Screenshot contract: docs/screenshots.json.

  • Wild Card Homepage (frontend, optional).
  • Wild Card Homepage - Tablet (frontend, optional).
  • Wild Card Homepage - Mobile (frontend, optional).
  • Wild Card Landing page (frontend, optional).
  • Wild Card Landing page - Tablet (frontend, optional).
  • Wild Card Landing page - Mobile (frontend, optional).
  • Wild Card Project archive (frontend, optional).
  • Wild Card Project archive - Tablet (frontend, optional).
  • Wild Card Project archive - Mobile (frontend, optional).
  • Wild Card Search results (frontend, optional).
  • Wild Card Search results - Tablet (frontend, optional).
  • Wild Card Search results - Mobile (frontend, optional).
  • Wild Card Contact form (frontend, optional).
  • Wild Card Contact form - Tablet (frontend, optional).
  • Wild Card Contact form - Mobile (frontend, optional).
  • Service providers: Capell\ThemeStudio\WildCard\WildCardThemeServiceProvider.
  • Actions: InstallWildCardThemeDemoAction.
  • Command signatures: capell:theme-wild-card-demo.
  • Console command classes: DemoCommand.
  • Manifest contributions: admin-page: Capell\ThemeStudio\WildCard\Manifest\ThemeManagementPageContribution.
  • Health checks: Capell\ThemeStudio\WildCard\Health\ThemeWildCardHealthCheck.
  • Blade views: packages/theme-wild-card/resources/views/livewire/page/page.blade.php, packages/theme-wild-card/resources/views/page.blade.php, packages/theme-wild-card/resources/views/sections/content-listing.blade.php, packages/theme-wild-card/resources/views/sections/cta.blade.php, packages/theme-wild-card/resources/views/sections/featured-today.blade.php, packages/theme-wild-card/resources/views/sections/footer.blade.php, packages/theme-wild-card/resources/views/sections/hero.blade.php, packages/theme-wild-card/resources/views/sections/latest-submissions.blade.php, packages/theme-wild-card/resources/views/sections/metadata-filters.blade.php, packages/theme-wild-card/resources/views/sections/navigation.blade.php, packages/theme-wild-card/resources/views/sections/newsletter.blade.php, packages/theme-wild-card/resources/views/sections/profiles-resources.blade.php, and 3 more.
  • Cache tags: theme-wild-card.

This theme has no schema impact. It relies on core Capell site, page, locale, and theme records instead of declaring package-owned tables.

  • Admin navigation: contributes admin extension points through capell.json.
  • Permissions: none declared in capell.json.
  • Public routes: none detected in package route files.
  • Database changes: no package migrations declared.
  • Settings: no package settings declared.
  • Queues or schedules: none detected in standard package paths.
  • Cache tags: theme-wild-card.
  • Commands: capell:theme-wild-card-demo.
  • 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
Background work does not runQueue worker or scheduled command is not activeCheck package jobs, commands, and host scheduler configurationStart the queue or scheduler, then run the focused command or package test
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/theme-wild-card.
  2. Run the required setup: php artisan capell:theme-wild-card-demo.
  3. Verify the package provider is registered and the related frontend, command, or extension point is active.