societycms / installer
Installs: 139
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:composer-plugin
Requires
- composer-plugin-api: ^1.0
This package is not auto-updated.
Last update: 2024-11-07 00:37:59 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