https://github.com/zikwall/easy-online-composer
🔧 Package manager for EasyOnline System
https://github.com/zikwall/easy-online-composer
Last synced: about 4 hours ago
JSON representation
🔧 Package manager for EasyOnline System
- Host: GitHub
- URL: https://github.com/zikwall/easy-online-composer
- Owner: zikwall
- License: mit
- Created: 2019-08-04T14:49:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-04T17:20:22.000Z (almost 7 years ago)
- Last Synced: 2025-01-05T14:24:27.398Z (over 1 year ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# easy-online-composer
🔧 Package manager for EasyOnline System
### Setup
##### Add next lines to `extra` section for you `composer.json`
```json
{
"extra": {
"installer-types": ["easy-online-module", "easy-online-theme"],
"installer-paths": {
"vendor/zikwall/easy-online/modules/{$name}/": ["type:easy-online-module"],
"vendor/zikwall/easy-online/themes/{$name}/": ["type:easy-online-theme"]
}
}
}
```