Theme Agency
Package docs status
Section titled “Package docs status”This page is generated from public package documentation in capell-4/packages and the package manifest checked into the source repository.
| Field | Value |
|---|---|
| Composer package | capell-app/theme-agency |
| Package slug | theme-agency |
| Product group | Capell Foundation |
| Tier | free |
| Bundle | foundation |
| Runtime contexts | frontend |
| Capell version | ^4.0 |
| Source repository | capell-app/packages |
| Source path | packages/theme-agency |
| Docs source | packages/theme-agency/docs |
| Manifest | capell.json |
Expressive agency theme for Capell.
At A Glance
Section titled “At A Glance”- Package:
capell-app/theme-agency - Namespace:
Capell\ThemeStudio\Agency\ - Capell dependencies:
capell-app/core,capell-app/foundation-theme
Why It Helps Your Capell Workflow
Section titled “Why It Helps Your Capell Workflow”- Provides expressive renderer views for studio, portfolio, and brand-led sites that need stronger visual storytelling.
- Helps owners launch an agency-style Capell site faster by building on Foundation Theme and Layout Builder conventions.
- Gives developers a focused theme package to extend without changing the baseline Foundation Theme.
Best Used With
Section titled “Best Used With”What It Adds
Section titled “What It Adds”- Expressive agency theme for Capell.
Why It Matters
Section titled “Why It Matters”For developers: Adds a renderer package that plugs into Foundation Theme rather than changing Capell core rendering contracts.
For teams: Provides an agency-focused visual option for sites managed through the normal Theme admin page and install flow.
Built With
Section titled “Built With”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.
Screens And Workflow
Section titled “Screens And Workflow”Screenshots are generated from docs/screenshots.json during package deployment.
- Themes admin list showing Agency.
- Frontend page rendered with Agency theme sections.
- Theme preview URL output from the host signed preview route.
Technical Shape
Section titled “Technical Shape”- AgencyThemeServiceProvider registers the renderer.
capell.jsondeclaresthemeKey: "agency"andextends: "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 and standard theme sections.
- No migrations, config, routes, models, admin navigation, or package-owned settings are present.
Code Map
Section titled “Code Map”| Area | Path | Purpose |
|---|---|---|
| Resources | packages/theme-agency/resources | Blade page wrapper, section views, and Boost guidance. |
| Tests | packages/theme-agency/tests | Package-level Pest coverage. |
Data And Persistence
Section titled “Data And Persistence”- This package does not own data.
- It reads theme runtime data and core page content through Foundation Theme.
Install Impact
Section titled “Install Impact”- Adds an Agency renderer to theme system.
- No database changes.
- No admin navigation by itself.
- No public routes by itself.
Install And Setup
Section titled “Install And Setup”- Install with
composer require capell-app/theme-agencyin the host Capell application. - Seed the Agency preview pages with
php artisan capell:theme-agency-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 usephp artisan.
Admin And Access
Section titled “Admin And Access”- None proven in this package directory.
Common Pitfalls
Section titled “Common Pitfalls”- Install Foundation Theme before using this renderer.
- Install Layout Builder before running
capell:foundation-theme-setup; Foundation Theme layout defaults needblocks. - Build frontend and Filament assets in demo apps. Foundation Theme frontend CSS needs the npm dependencies published by the theme stack.
- Keep Theme Studio’s active preset aligned with this theme (
signal,gallery, oratelier). A preset from another theme will fail when Agency renders. - Public output must not expose package/theme identifiers. Token CSS filenames are intentionally opaque.
- Do not install a Studio metapackage; this package installs independently.
Testing
Section titled “Testing”Run package tests from the repository root:
vendor/bin/pest packages/theme-agency/tests --configuration=phpunit.xmlThe public token filename guard is covered in Foundation Theme:
vendor/bin/pest packages/foundation-theme/tests/Unit/ThemeTokenStoreTest.php --configuration=phpunit.xmlMaintenance Notes
Section titled “Maintenance Notes”- Theme output is public output. Keep admin-only metadata and editor hooks out of rendered markup.