https://github.com/oat-sa/oatbox-extension-installer
https://github.com/oat-sa/oatbox-extension-installer
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oat-sa/oatbox-extension-installer
- Owner: oat-sa
- License: gpl-2.0
- Created: 2014-07-16T13:38:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T14:04:53.000Z (about 1 year ago)
- Last Synced: 2024-10-28T17:37:01.109Z (7 months ago)
- Language: PHP
- Size: 23.4 KB
- Stars: 2
- Watchers: 50
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
oatbox-extension-installer
==========================Custom composer installer for oatbox extension
It apply on composer package with type "tao-extension" and deploy the extension in folder define in extra as "tao-extension-name"
Here a sample composer.xml as an example
{
"name": "oat-sa/extension-tao-sample",
"description" : "sample extension",
"type" : "tao-extension",
"extra" : {
"tao-extension-name" : "taoSampleFolder"
},
"minimum-stability" : "dev",
"require": {
"oat-sa/oatbox-extension-installer": "dev-master"
}
}