ragaga/yii2-content

该包已被废弃,不再维护。没有建议的替代包。

基于嵌套集合的 Yii 2 内容控制模块

安装: 30

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 1

开放问题: 0

类型:yii2-extension

dev-master 2015-03-11 11:21 UTC

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
  • 创建您的页面内容