notadd/content

该包已被弃用且不再维护。未建议替代包。

Notadd的内容模块。

安装: 251

依赖: 0

建议者: 0

安全: 0

星标: 5

关注者: 13

分支: 9

开放问题: 19

类型:notadd-module

0.5.1 2017-09-13 14:16 UTC

README

Build Status Packagist Downloads

Notadd框架的CMS模块。

主要特性

  • 分为文章、分类、页面三个子模块
  • 每个模块中均包含Type、Template两个子模块,对应每个模块的类型、模板
  • 每个模块实现有Creator、Deleter、Editor、Finder四类API实现

安装

安装前,请确保 Notadd 已经完成安装。

cd notadd/modules
git clone https://github.com/notadd/content.git
cd content
composer install --no-dev

文档

更多文档,请前往 Notadd官方文档站点 查阅!