luyadev/luya-blog

安装次数: 1,600

依赖项: 0

建议者: 0

安全性: 0

星标: 1

关注者: 3

分支: 1

公开问题: 0

类型:luya-extension

1.1.0 2022-06-15 09:10 UTC

This package is auto-updated.

Last update: 2024-09-15 14:28:49 UTC


README

LUYA Logo

LUYA Blog

Tests Test Coverage Maintainability LUYA

此包帮助使用 LUYA CMS 创建博客行为。

安装

通过 composer 安装扩展

composer require luyadev/luya-blog

使用

LUYA Blog 的主要思想是创建一个 CMS 文件夹结构,该结构可能在应用程序菜单中未渲染,但在“博客部分”块中显示。请参见以下 CMS 页面树图

.
├── About
├── Blog <= Add the BlogOverviewWidget here
│   ├── First Entry
│   ├── Second Entry
│   └── Last Entry
└── Homepage