An open API service indexing awesome lists of open source software.

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

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"]
}
}
}

```