luyadev/luya-blog

Installs: 1 522

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 1

Open Issues: 0

Type:luya-extension

1.1.0 2022-06-15 09:10 UTC

This package is auto-updated.

Last update: 2024-04-15 13:35:12 UTC


README

LUYA Logo

LUYA Blog

Tests Test Coverage Maintainability LUYA

This package helps to create Blog behaviors with LUYA CMS.

Installation

Install the extension through composer:

composer require luyadev/luya-blog

Usage

The main idea behind LUYA Blog is to create a CMS Folder Structure which might be not rendered inside the application menu, but display in a "blog section" block. See the CMS Page illustration tree below:

.
├── About
├── Blog <= Add the BlogOverviewWidget here
│   ├── First Entry
│   ├── Second Entry
│   └── Last Entry
└── Homepage
  • BlogOverviewWidget: Use this widget to display all children pages for a given root page.