simple-team/craft-video-embed-utility

This package is abandoned and no longer maintained. No replacement package was suggested.

Craft v3 port for 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 port for https://github.com/Staplegun-US/craft-video-embed-utility

Requirements

This plugin requires Craft CMS 3.0.0-beta.23 or later.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Add Github repo to your composer.json

     "repositories": [
         {
           "type":"git",
           "url":"https://github.com/simple-integrated-marketing/craft-video-embed-utility.git"
         }
     ]
    
  3. Then tell Composer to load the plugin:

     composer require "simple-team/craft-video-embed-utility:dev-master"
    
  4. In the Control Panel, go to Settings → Plugins and click the “Install” button for Craft Video Embed Utility.