大昌数字/社交媒体

Pimcore 社交数据包

v3.0.0 2023-11-07 11:08 UTC

This package is auto-updated.

Last update: 2024-09-07 13:11:29 UTC


README

Software License Latest Release Tests PhpStan

此包允许您从不同的网络(如Facebook、Instagram或YouTube)加载数据。

image

发布计划

安装

"require" : {
    "dachcom-digital/social-data" : "~3.0.0",
}

将包添加到 bundles.php

return [
    SocialDataBundle\SocialDataBundle::class => ['all' => true],
];
  • 执行: $ bin/console pimcore:bundle:install SocialDataBundle

升级

  • 执行: $ bin/console doctrine:migrations:migrate --prefix 'SocialDataBundle\Migrations'

使用方法

此包需要一些准备。请首先查看设置指南

更多信息

版权和许可

版权: DACHCOM.DIGITAL
有关许可详情,请访问 LICENSE.md

升级信息

在更新之前,请检查我们的升级说明!