societycms/installer

Installs: 139

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Type:composer-plugin

1.0.0 2016-04-15 10:52 UTC

This package is not auto-updated.

Last update: 2024-04-24 22:18:13 UTC


README

This installer ensures that modules and themes end up in the correct directory:

Usage

Your plugins themselves do not need to require societycms/installer. They only need to specify the type in their composer config:

"type": "societycms-module"

or if you're building a theme:

"type": "societycms-theme"

For more information check out the documentation at societycms.com