simple-team / craft-video-embed-utility

此包已废弃,不再维护。未建议替代包。

Craft v3 版本的 https://github.com/Staplegun-US/craft-video-embed-utility

0.0.1 2017-12-13 01:09 UTC

This package is not auto-updated.

Last update: 2020-01-17 17:44:14 UTC


README

Craft v3 版本的 https://github.com/Staplegun-US/craft-video-embed-utility

要求

此插件需要 Craft CMS 3.0.0-beta.23 或更高版本。

安装

要安装此插件,请按照以下说明操作。

  1. 打开您的终端并转到您的 Craft 项目

     cd /path/to/project
    
  2. 将 Github 仓库添加到您的 composer.json

     "repositories": [
         {
           "type":"git",
           "url":"https://github.com/simple-integrated-marketing/craft-video-embed-utility.git"
         }
     ]
    
  3. 然后告诉 Composer 加载插件

     composer require "simple-team/craft-video-embed-utility:dev-master"
    
  4. 在控制面板中,转到设置 → 插件,然后点击 Craft Video Embed Utility 的“安装”按钮。