extension-installer-plugin

UNIX name Owner Status
extension-installer-plugin eZ Publish Legacy stable
Version Compatible with
N/A N/A
ezpublish-installer-plugin

extension-installer-plugin

HOW TO USE:

=========================================

for install


composer require "extension-installer-plugin"

sample setup config


#composer.json :
{

"require": {

"easylo/extension-installer-plugin": "dev-master",

"web-custom-ezpublish/document": "dev-master",
"web-custom-ezpublish/enhancedezbinaryfile": "dev-master",
"web-custom-ezpublish/ezaap": "dev-master",
"web-custom-ezpublish/ezbrightcove": "dev-master",
"web-custom-ezpublish/ezhumancaptcha": "dev-master",
"web-custom-ezpublish/eztags": "dev-master",
"web-custom-ezpublish/ggwebservices": "dev-master",
"web-custom-ezpublish/ezpublish-legacy-settings": "dev-master"
},
"config": {
"installer-paths": {
"ezpublish_legacy/settings/": [
"web-custom-ezpublish/ezpublish-legacy-settings"
],
"ezpublish_legacy/extension/{$name}/": [
"web-custom-ezpublish/document",
"web-custom-ezpublish/enhancedezbinaryfile",
"web-custom-ezpublish/ezaap",
"web-custom-ezpublish/ezbrightcove",
"web-custom-ezpublish/ezhumancaptcha",
"web-custom-ezpublish/eztags",
"web-custom-ezpublish/ggwebservices"
]
}
}
}

No news yet.

This project has no reviews yet. Be the first one to review it!

No forum messages yet.