youwe/data-dictionary-object-bridge
Composer 安装命令:
composer require youwe/data-dictionary-object-bridge
包简介
A connector between the data dictionary bundle and the object bridge bundle. This will allow both exist without depending on each other
README 文档
README
A connector between the data dictionary bundle and the object bridge bundle. This will allow both exist without depending on each
How to use it:
Install it using composer:
composer require "youwe/data-dictionary-object-bridge"
Then, enable it in kernel.php:
class AppKernel extends Kernel { public function registerBundlesToCollection(BundleCollection $collection) { $collection->addBundle(new \Youwe\DataDictionaryObjectBridgeBundle\DataDictionaryObjectBridgeBundle()); } }
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2018-11-02