ragaga / yii2-content
该包已被废弃,不再维护。没有建议的替代包。
基于嵌套集合的 Yii 2 内容控制模块
dev-master
2015-03-11 11:21 UTC
Requires
This package is not auto-updated.
Last update: 2020-09-04 19:59:51 UTC
README
Yii 2 内容 - 基于嵌套集合树的 内容模块;
特性
- 易于安装
- 与 SEO 标签协同工作
- 与图片协同工作
- 树状结构
安装
- 通过 composer 安装包
"ragaga/yii2-content": "dev-master"
- 更新配置文件 config/web.php
// app/config/web.php return [ 'modules' => [ 'content' => [ 'class' => 'ragaga\yii2\content\Content', 'imageDir' => "@app/web/image", // Image for upload files 'imageUrl' => "/image" // Url to images ], ], ];
- 运行迁移文件
php yii migrate --migrationPath=@vendor/ragaga/yii2-content/migrations
- 在浏览器中访问您的应用程序
https:///pathtoapp/content/admin
- 创建您的页面内容