定制 migvitram/yii2-ld-json 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

migvitram/yii2-ld-json

Composer 安装命令:

composer require migvitram/yii2-ld-json

包简介

Widget for ld-json markup

README 文档

README

Widget to add ld-json micro markup to head of HTML document (or on the page).

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist migvitram/yii2-ld-json "*"

or add

"migvitram/yii2-ld-json": "*"

to the require-dev section of your composer.json file.

Usage

If it is needed only widget, it is need to add to the main template layout:

use migvitram\ldJson\JsonLDWidget;

<?php echo JsonLDWidget::widget([]); ?>

It will make json data output. And than add the next, everywhere

<?php

use migvitram\ldJson\JsonLDWidget;

JsonLDWidget::widget([
    'inputData' => [ ... ], // data of the product
    'type' => JsonLDWidget::TYPE_PRODUCT,
]);
 
?>

In case JsonLD module needed, modify the web.php config file, modules section:

 'modules' => [
    ...
    'ldJson' => [
        'class' => 'migvitram\ldJson\...',
    ]
 ]

统计信息

  • 总下载量: 4
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-02-16

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固