lm-commons/lmc-user-doctrine-odm
Composer 安装命令:
composer require lm-commons/lmc-user-doctrine-odm
包简介
Doctrine2 Mongo storage adapter for LmcUser.
关键字:
README 文档
README
Introduction
LmcUserDoctrineMongoODM is a MongoDb storage adapter for LmcUser. This module makes use of the Doctrine2 MongoDB ODM.
Installation
Composer
-
Install module
Go to the release tab and make a note of the most recent version. Run the following command from your application directory:php composer.phar require laminas-commons/lmc-user-doctrine-mongo-odmWhen asked for er version constraint, put in the version noted from the release tab. -
Add
DoctrineModule,DoctrineMongoODMModuleandLmcUserDoctrineMongoODMtoconfig/application.config.php
Options
The following options are available:
- enable_default_entities - Boolean value, determines if the default User entity should be enabled. Set it to false in order to extend LmcUser\Entity\User with your own entity. Default is true.
Dependencies
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2020-10-12