Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 855 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 855 Bytes

(read only) Copona composer-installers

This Custom Composer Installers is only for Copona projects. Do not use elsewhere, it may damage your design.

Supported types:

Type Path
copona-theme /themes/{name}
copona-extension /extensions/{vendor}/{name}

How to use?

To work with your themes and extensions as a composer package, you just need to put "type":"copona-[type]" into your composer.json.

Example of an extension:

{
  "name": "vendor/name",
  "description": "Example extension Copona",
  "type": "copona-extension"
}

Your extension will be installed on the path:

/extensions/
    |-- vendor/
        |-- name/

Notes: To find out how composer packages and repositories work see https://getcomposer.org/doc/05-repositories.md