dachcom-digital / schema
Pimcore Schema
v3.0.0
2023-08-30 13:53 UTC
Requires
- pimcore/pimcore: ^11.0
- spatie/schema-org: ^3.0
Requires (Dev)
- codeception/codeception: ^5.0
- codeception/module-symfony: ^3.1
- codeception/module-webdriver: ^4.0
- phpstan/phpstan: ^1.0
- phpstan/phpstan-symfony: ^1.0
- symplify/easy-coding-standard: ^9.0
Suggests
- dachcom-digital/seo: ^3.0
README
为 Pimcore 提供 Schema.org 类型构建器和 ld+json 生成器。此扩展包需要 spatie/schema-org
包。
发布计划
安装
"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'
输出
注意
在 https://search.google.com/structured-data/testing-tool 上测试您的输出
更多信息
版权和许可证
版权: DACHCOM.DIGITAL
有关许可详情,请访问 LICENSE.md
升级信息
在更新之前,请 查看我们的升级说明!