MineAdmin 交流群

官方QQ群: 150105478

Skip to content

Plugin Commands

Plugin Extension Initialization Command


DANGER

MineAdmin 2.0 version already includes the plugin extension and initialization actions by default, no need to repeat the initialization.

This command will publish the configuration files and language files for app-store.

shell
php bin/hyperf.php mine-extension:initial

Query Remote Plugin List (From MineAdmin Official Extension Source)

shell
php bin/hyperf.php mine-extension:list

Parameters

ParameterTypeDefaultRemarks
--typestringallFilter extension type
--namestringnoneFilter extension name

Query All Local Plugins (Including Uninstalled Ones)

shell
php bin/hyperf.php mine-extension:local-list

Download Remote Plugin to Local

shell
php bin/hyperf.php mine-extension:download

Parameters

ParameterTypeDefaultRemarks
--namestringnoneRequired

Install Specified Plugin

shell
php bin/hyperf.php mine-extension:install {path} --yes

Parameters

ParameterTypeDefaultRemarks
pathstringnoneRequired, plugin directory
--yesboolfalseWhether to disable installation prompt

Uninstall Specified Plugin

shell
php bin/hyperf.php mine-extension:uninstall {path} --yes

Parameters

ParameterTypeDefaultRemarks
pathstringnoneRequired, plugin directory
--yesboolfalseWhether to disable installation prompt

Create a Plugin

shell
php bin/hyperf.php mine-extension:create

Parameters

ParameterTypeDefaultRemarks
pathstringnone, requiredCreation path, e.g., zds/app-store
--namestringexamplePlugin name
--typestringmixedPlugin type, options: mixed, frond, backend
--authorstringnone, optionalAuthor name, this value will be filled in minejson.author
--descriptionstringnone, optionalPlugin description, this value will be filled in minejson.description

致力于为品牌和企业创造价值