jamielsharief/custom-installer

A custom installer for composer packages

1.0.3 2019-05-29 14:02 UTC

This package is auto-updated.

Last update: 2024-04-29 04:03:30 UTC


README

This is a installer which allows you customize where packages are installed.

Setup your composer package file like this.

{
    "name":"username/package",
    "description":"A description",
    "type": "custom-installer",
    "require": {
        "jamielsharief/custom-installer": "*"
    },
    "extra": {
      "directory": "path/to/some/directory"
    }
  }

It must include

  • type: custom-installer
  • require: jamielsharief/custom-installer
  • extra/directory: the path to install too