Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

simple-integrated-marketing/craft-video-embed-utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Craft Video Embed Utility plugin for Craft CMS 3.x

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.