iqual/tasks-bundle
最新稳定版本:0.1.15
Composer 安装命令:
composer require iqual/tasks-bundle
包简介
README 文档
README
Provides generic layer for task management
Installation
composer require mpom/tasks-bundle
Add to your AppKernel.php:
public function registerBundles() { $bundles = array( // ... new TasksBundle\TasksBundle, // ... ) }
Configuration
In your config.yml file add new options:
tasks: layout: AppBundle:Admin:Layout/custom.html.twig # optional, layout file entity_class: # your entity class template_list: # custom template for task list template_edit: # custom template for task edit
Add to app/config/routing.yml:
tasks: resource: "@TasksBundle/Resources/config/routing.yml" prefix: /
Import database structure:
console doctrine:schema:update --force
Dump assets:
console assets:install --symlink
Usage
Navigate to //tasks page.
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2024-07-01