Skip to content

Blog

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/blog
Package slugblog
Product groupCapell Publishing Pro
Tierpremium
Bundlepublishing-pro
Runtime contextsadmin, frontend, console
Capell version^4.0
Source repositorycapell-app/packages
Source pathpackages/blog
Docs sourcepackages/blog/docs
Manifestcapell.json

Blog is an Available, Schema-owning Capell package in the Capell Publishing Pro product group. It ships as capell-app/blog and extends these surfaces: admin, frontend, console.

Blog adds premium article publishing, archive pages, tag pages, article widgets, optional discovery and analytics bridges, and frontend Livewire page components to Capell.

After install, admins get package-owned management surfaces and public users may see package-owned frontend output or routes.

Status details:

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

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

For teams: Publish articles, archives, tag pages, and related-article widgets with multilingual, multi-site output and optional growth bridges.

Screenshot contract: docs/screenshots.json.

  • Articles admin index (admin, required).
  • Create/edit article form (admin, required).
  • Blog page frontend output (frontend, required).
  • Archive page frontend output (frontend, required).
  • Tag page frontend output (frontend, required).
  • Service providers: Capell\Blog\Providers\ConsoleServiceProvider, Capell\Blog\Providers\BlogServiceProvider, Capell\Blog\Providers\AdminServiceProvider, Capell\Blog\Providers\FrontendServiceProvider.
  • Migrations: packages/blog/database/migrations/2026_05_10_190842_01_create_articles_table.php.
  • Models: Article.
  • Filament classes: ArticleSelect, SettingsTab, TagsInput, ArticlePageConfigurator, ArticleWidgetConfigurator, RelatedWidgetConfigurator, ArticleResource, CreateArticle, EditArticle, ListArticles, ArticleForm, ArticlePagesTable, and 4 more.
  • Livewire components: Archive, Blog, Tag.
  • Policies: ArticlePolicy.
  • Listeners: AddBlogPagesToNavigation, ArticleTranslationSavedListener.
  • Actions: AssignExampleArticleImageAction, BuildArticleMetaDataAction, BuildBlogFeedXmlAction, BuildBlogResultsViewDataAction, BuildTagListingDataAction, ClearBlogContentCacheAction, ClearBlogTagCacheAction, CreateBlogHeroDemoContentAction, CreateBlogPagesAction, EnsureArticlePublishingDefaultsAction, EnsureBlogPublishingSurfaceAction, GenerateArchiveUrl, and 3 more.
  • Data objects: ArchiveLinkData, ArchiveMonthData, ArticleMetaData, ArticleNeighborLinkData, ArticleWidgetRenderData, BlogPublishingSurfaceData, BlogResultItemData, BlogResultsViewData, BlogTagLinkData, BlogWidgetContentData, ArticleHealthData, LanguageCoverageData, and 6 more.
  • Command signatures: capell:blog-demo, capell:blog-install, capell:blog-setup.
  • Console command classes: CreateBlogPagesCommand, DemoCommand, FakerCommand, HeroDemoCommand, InstallCommand, SetupCommand.
  • Manifest contributions: admin-resource: Capell\Blog\Manifest\BlogAdminResourcesContribution, configurator: Capell\Blog\Manifest\BlogConfiguratorsContribution, model: Capell\Blog\Manifest\BlogModelsContribution, page-type: Capell\Blog\Manifest\BlogPageTypesContribution, page-variation: Capell\Blog\Manifest\BlogPageTypesContribution, route: Capell\Blog\Manifest\BlogRoutesContribution.
  • Health checks: Capell\Blog\Health\BlogHealthCheck.
  • Blade views: packages/blog/resources/views/components/article-meta.blade.php, packages/blog/resources/views/components/asset-after-title.blade.php, packages/blog/resources/views/components/footer/pages.blade.php, packages/blog/resources/views/components/footer/tags.blade.php, packages/blog/resources/views/components/page/author.blade.php, packages/blog/resources/views/components/page/published-date.blade.php, packages/blog/resources/views/components/page/tags.blade.php, packages/blog/resources/views/components/tag.blade.php, packages/blog/resources/views/components/widget/page/archives.blade.php, packages/blog/resources/views/components/widget/page/article.blade.php, packages/blog/resources/views/components/widget/tag/tags.blade.php, packages/blog/resources/views/filament/widgets/article-health.blade.php, and 4 more.
  • Cache tags: blog.
  • Models: Article.
  • Migration files: 2026_05_10_190842_01_create_articles_table.php.
  • Migration impact: run host migrations through the package install flow before opening package surfaces.
  • Deletion/retention behaviour: Docs gap unless the package has an explicit pruning command, retention setting, or tested cascade path.
  • Admin navigation: adds package-owned Filament classes when registered.
  • Permissions: article.view, article.create, article.update, article.delete, article.restore, article.force_delete, tag.view, tag.create, tag.update, tag.delete, tag.restore, tag.force_delete.
  • Public routes: none detected in package route files.
  • Database changes: package migrations are declared.
  • Settings: no package settings declared.
  • Queues or schedules: none detected in standard package paths.
  • Cache tags: blog.
  • Commands: capell:blog-demo, capell:blog-install, capell:blog-setup.
  • Run migrations before opening package resources or public routes.
  • Keep public Blade and cached HTML free of authoring markers, model IDs, permissions, signed editor URLs, and lazy database queries.
  • Run package commands from the host app; in this repository use vendor/bin/pest for package tests.
  • 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
Admin screen or command fails on missing tablePackage migrations have not runCheck the tables listed in Data ModelRun host migrations and rerun the focused package test
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/blog.
  2. Run the required setup: php artisan capell:blog-setup.
  3. Open the related Capell admin surface and verify Blog appears.