contao-components / installer
Contao components installer
Installs: 1 195 354
Dependents: 84
Suggesters: 0
Security: 0
Stars: 6
Watchers: 4
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- php: >=5.6
- composer-plugin-api: ^1.0 || ^2.0
Requires (Dev)
- composer/composer: ^1.0 || ^2.0
- phpunit/phpunit: ^5.7.26
README
Contao is an Open Source PHP Content Management System for people who want a professional website that is easy to maintain. Visit the project website for more information.
About
This custom Composer installer handles packages with the type attribute set to "contao-component" and installs them into a separate directory.
Usage
To create a Contao component, add the following to your composer.json
:
{ "name": "vendor/name", "type": "contao-component", "license": "LGPL-3.0-or-later", "require": { "contao-components/installer": "^1.0" } }
Components directory
Note that the components will only be installed if you specify an components
directory in the composer.json
file of your project:
{ "extra": { "contao-component-dir": "assets" } }