oprokidnev/goalio-remember-me-doctrine-orm
Composer 安装命令:
composer require oprokidnev/goalio-remember-me-doctrine-orm
包简介
README 文档
README
Automatically detects doctrine orm or odm module in your application and registers appropriate storage for GoalioRememberMe module.
Usage
//application.config.php return [ 'modules' => array( 'GoalioRememberMe', 'GoalioRememberMeDoctrineORM', //!insert module here ), ];
To use non-default doctrine object manager please point it in the application config.
//config/autoload/application.local.php return [ /** * Some other modules */ 'goaliorememberme_doctrine' => [ 'object_manager' => 'doctrine.entity_manager.orm_default', // or 'doctrine.document_manager.odm_default', ], ];
统计信息
- 总下载量: 83
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 7
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2014-05-12