drugento / date-collection-type
为Akeneo PIM提供新的日期收集类型
dev-master / 1.1.x-dev
2017-09-07 10:23 UTC
Requires
- akeneo/pim-community-dev: 1.7.*
Requires (Dev)
- friendsofphp/php-cs-fixer: @stable
- phpspec/phpspec: @stable
This package is not auto-updated.
Last update: 2024-09-28 02:32:53 UTC
README
为Akeneo PIM提供新的属性类型
- DateCollection:此属性类型可以存储有序的日期范围集合。
需求
安装
您可以使用Composer安装此包(请参阅需求部分)。
首先,添加版本控制系统,然后从您的根应用程序启动以下命令
php composer.phar require --prefer-dist drugento/date-collection-type
在您的app/AppKernel.php
文件中添加以下包
$bundles = [ new Pim\Bundle\DateCollectionTypeBundle\PimDateCollectionTypeBundle(), ];
配置
您可以通过以下链接阅读详细的配置文档:doc/index.md
贡献
如果您想为这个开源项目做出贡献,请阅读并签署以下贡献协议