Are you an LLM? You can read better optimized documentation at /v3/plugin/create.md for this page in Markdown format
Create Application β
Create a MineAdmin Application
Command Creation β
MineAdmin allows you to create an application via command line. First, navigate your current command line directory to the project root directory, then enter the following command:
shell
php bin/hyperf.php mine-extension:create test/demo --name test --type mix --author zds --description This is a hybrid plugin1
After executing this command, a plugin/test/demo plugin directory will be created. See Directory Structure for details.
Upload Application β
Go to the Application Publishing Page, upload the application compressed package in .zip format, fill in the relevant information, and then wait for administrator review.