Are you an LLM? You can read better optimized documentation at /plugin/create.md for this page in Markdown format
Create an Application β
Create a MineAdmin Application
Command Creation β
MineAdmin allows you to create an application via the command line. First, navigate your command line to the root directory of the project, 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 mixed plugin
1
After executing this command, a plugin directory plugin/test/demo
will be created. Directory Structure
Upload an Application β
Go to the Application Submission Page, upload the application in a compressed (.zip) format, fill in the relevant information, and wait for administrator approval.