定制 rofil/simple-content 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

rofil/simple-content

Composer 安装命令:

composer require rofil/simple-content

包简介

The simple Content Package

README 文档

README

This for website with simple content

##Installation Add "rofil/simple-content": "dev-master" into composer.json as follows

...
    "requires": {
        ...
        "rofil/simple-content": "dev-master"
        ...
    }
...

and update by running composer update ##Register Register the bundle in app/AppKernel.php as follow:

...
    new Rofil\Simple\ContentBundle\RofilSimpleContentBundle(),
...

##Routing Update routing.yml|xml by addin following code:

...
rofil_simple_content:
    resource: "@RofilSimpleContentBundle/Controller/"
    type:     annotation
    prefix:   /
...

##Update Database schema Update database schema by running symfony command php app/console doctrine:schema:update --force ##Security Adding access control in security.yml as follows:

...
    access_control:
        ...
        - { path: ^/manage/information, roles: ROLE_MANAGER }
        - { path: ^/manage/news, roles: ROLE_MANAGER }
        ...
...

统计信息

  • 总下载量: 7
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-08-15