niji/auto-attribute-options-setter-bundle

Symfony AutoAttributeOptionsSetterBundle

4.0.0 2020-12-16 13:59 UTC

This package is auto-updated.

Last update: 2024-09-16 21:53:47 UTC


README

此扩展包确保在导入产品时自动创建简单选择和多项选择属性选项。

安装

  • 执行以下命令,将依赖项添加到您的 composer.json

composer require niji/auto-attribute-options-setter-bundle

  • 在您的 app/AppKernel.php 中添加一行以启用扩展包
public function registerProjectBundles() {
  return [
      // your app bundles should be registered here,
      .../...
      new Niji\AutoAttributeOptionsSetterBundle\AutoAttributeOptionsSetterBundle(),
      .../...
  ];
}

致谢

此扩展包由 Niji 提供 - http://www.niji.fr.