Create Application Plugin

Unique Identifier

Each plugin has a unique application identifier. Developers need to determine the identifier before development and check that it is not already in use.
Check the address Application Identifier Check

Creation

Run composer require webman/console to install the webman command line tool.

Use the command php webman app-plugin:create {plugin-identifier} to create an application plugin locally.

For example, php webman app-plugin:create foo

Restart webman.

Visit http://127.0.0.1:8787/app/foo. If there is a response, it indicates that the creation was successful.