mautic/composer-plugin
最新稳定版本:1.0.1
Composer 安装命令:
composer require mautic/composer-plugin
包简介
README 文档
README
This plugin will allow Mautic users that manage their instance via composer to easily install your plugins and themes. Simply host your plugin on GitHub, add it to packagist, and you're ready to go.
There are two requirements to using this plugin.
- After adding a
composer.jsonto the root of your plugin repository, runcomposer require mautic/composer-plugin. - Set the
typein yourcomposer.jsonfile to eithermautic-pluginormautic-theme, depending on what your code is. - Optionally, set the
install-directory-nameunderextrato define the directory the plugin will be installed into. This should match your plugin's namespace. This will default to a camel case version ofnameif not defined. Yourcomposer.jsonshould now look something like this:
{
"name": "dongilbert/my-twig-extension-bundle",
"type": "mautic-plugin",
"extra": {
"install-directory-name": "MyTwigExtensionBundle"
},
"require": {
"mautic/composer-plugin": "*"
}
}
统计信息
- 总下载量: 67.4k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 14
- 点击次数: 1
- 依赖项目数: 50
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-12-10