Skip to content

pbs/pbs-media-manager-craft-plugin-food

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://[email protected]: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.