內容簡介
此外掛在啟用時向 composer.json 檔案中添加插件,在停用時刪除插件。
這樣就可以透過 composer 管理您的外掛。
外掛將透過 wpackagist 加入到 composer.json,此處會使用 git 讓 wordpress-plugin-directory 可以使用。
但您也可以手動將外掛加入到外掛清單中,啟用時會檢查外掛是否有 composer.json 檔案,若有則使用該名稱將外掛加入到 composer.json 檔案中。
外掛標籤
開發者團隊
原文外掛簡介
This plugin adds plugins on activation to a composer.json-file and on deactivation removes them.
That way you can handle your plugins via composer.
Plugins are added to the composer.json via wpackagist which makes the wordpress-plugin-directory available via git.
But you can also manually add plugins to the pluginlist and on activation the plugin is checked for a composer.json file and if one exists the name is used to add the plugin to the composer.json-File.
