akeneo/extended-attribute-type
Composer 安装命令:
composer require akeneo/extended-attribute-type
包简介
Provides new attributes types for Akeneo PIM CE and EE
README 文档
README
Provides new attributes types for Akeneo PIM CE and EE:
- TextCollection: this attribute type can store an ordered collection of strings or URLs.
Requirements
| ExtendedAttributeTypeBundle | Akeneo PIM Community Edition |
|---|---|
| 2.1.* | >=v2.2 |
| 2.0.* | v2.0.*, v2.1.* |
| 1.1.* | v1.7.* |
Installation
You can install this bundle with composer (see requirements section).
First, add the VCS then launch the following command from your root application:
php composer.phar require --prefer-dist akeneo/extended-attribute-type:2.1
Add the following bundle in your app/AppKernel.php file:
$bundles = [ new Pim\Bundle\ExtendedAttributeTypeBundle\PimExtendedAttributeTypeBundle(), ];
You will also have to register the new Elasticsearch configuration files; in app/config/pim_parameters.yml, edit the
elasticsearch_index_configuration_files parameter and add the following values:
elasticsearch_index_configuration_files: - '%kernel.root_dir%/../vendor/akeneo/pim-community-dev/src/Pim/Bundle/CatalogBundle/Resources/elasticsearch/index_configuration.yml' - '%kernel.root_dir%/../vendor/akeneo/extended-attribute-type/src/Resources/config/elasticsearch/index_configuration.yml'
For the Enterprise edition, there is another file to register:
elasticsearch_index_configuration_files: - '%kernel.root_dir%/../vendor/akeneo/pim-community-dev/src/Pim/Bundle/CatalogBundle/Resources/elasticsearch/index_configuration.yml' - '%kernel.root_dir%/../vendor/akeneo/pim-enterprise-dev/src/PimEnterprise/Bundle/WorkflowBundle/Resources/elasticsearch/index_configuration.yml' - '%kernel.root_dir%/../vendor/akeneo/extended-attribute-type/src/Resources/config/elasticsearch/index_configuration.yml' - '%kernel.root_dir%/../vendor/akeneo/extended-attribute-type/src/Resources/config/elasticsearch/index_configuration_ee.yml'
If this is a fresh install, you can then proceed with a standard installation.
From an existing PIM, on the other hand, you will have to re-create your elasticsearch indexes:
php bin/console cache:clear --no-warmup --env=prod
php bin/console akeneo:elasticsearch:reset-indexes --env=prod
php bin/console pim:product-model:index --all --env=prod
php bin/console pim:product:index --all --env=prod
Contributing
If you want to contribute to this open-source project, thank you to read and sign the following contributor agreement
akeneo/extended-attribute-type 适用场景与选型建议
akeneo/extended-attribute-type 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 9.49k 次下载、GitHub Stars 达 22, 最近一次更新时间为 2016 年 12 月 12 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 akeneo/extended-attribute-type 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 akeneo/extended-attribute-type 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 9.49k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 22
- 点击次数: 6
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2016-12-12
