marks12/assistantbundle
Composer 安装命令:
composer require marks12/assistantbundle
包简介
Symfony assistant bundle
README 文档
README
Symfony AssistantBundle helps configure new application and add 9 types of associations:
- Many-To-One, Unidirectional,
- One-To-One, Unidirectional,
- One-To-One, Bidirectional,
- One-To-One, Self-referencing,
- One-To-Many, Bidirectional,
- One-To-Many, Unidirectional with Join Table,
- One-To-Many, Self-referencing,
- Many-to-Many, Unidirectional,
- Many-to-Many, Bidirectional
Install
composer require marks12/assistantbundle
Add to modules list
if (in_array($this->getEnvironment(), ['dev', 'test'], true)) { ... $bundles[] = new Marks12\AssistantBundle\Marks12AssistantBundle(); ... }
Using
bin/console
统计信息
- 总下载量: 67
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-11-19