Pimcore Schema

安装数: 42,388

依赖项: 0

建议者: 2

安全: 0

星标: 10

关注者: 11

分支: 3

开放问题: 0

类型:pimcore-bundle

v3.0.0 2023-08-30 13:53 UTC

This package is auto-updated.

Last update: 2024-09-07 12:56:13 UTC


README

为 Pimcore 提供 Schema.org 类型构建器和 ld+json 生成器。此扩展包需要 spatie/schema-org 包。

Join the chat at https://gitter.im/pimcore/pimcore Software License Latest Release Tests PhpStan

发布计划

安装

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

将扩展包添加到 bundles.php

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

升级

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

输出

image

注意

https://search.google.com/structured-data/testing-tool 上测试您的输出

更多信息

版权和许可证

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

升级信息

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