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
其他信息
- 授权协议: MIT
- 更新时间: 2015-08-15