notadd / content
Notadd's Content Module.
Installs: 251
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 13
Forks: 9
Open Issues: 19
Type:notadd-module
Requires
- php: >=7.0
- baum/baum: ~1.1
Requires (Dev)
- notadd/installers: 0.9.*
- phpunit/phpunit: ~6.0
Replaces
- illuminate/console: 5.5.*
- illuminate/database: 5.5.*
- illuminate/events: 5.5.*
- illuminate/filesystem: 5.5.*
- illuminate/support: 5.5.*
README
Notadd Framework 的 CMS 模块。
主要的特性
- 分为 Article、Category、Page三个子模块
- 每一个模块中均包含有 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 官方文档站点 查阅!