Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 683 Bytes

File metadata and controls

29 lines (23 loc) · 683 Bytes

Media Manager

Craft CMS plugin for synchronize Media entries data from PBS API

Pre-installation

  1. Append following line in composer.json :

    "repositories": [
       {
          "type": "vcs",
          "url": "ssh://git@git.pbs.org:7999/moon/pbs-media-manager-craft-plugin.git"
       }
    ]
    
  2. Append another line :

    "require": {
      ...
      "moon/pbs-media-manager-craft-plugin": "dev-master"
    }
    

Installation

  1. Run composer clearcache
  2. Run composer update or you can install the package only by running composer require moon/pbs-media-manager-craft-plugin "dev-master"
  3. Install plugin through admin Settings > Plugins.