-
Notifications
You must be signed in to change notification settings - Fork 0
plugin
Joe Huss edited this page Nov 10, 2022
·
1 revision
PluginsDivideBasic Plugins和Application Plugin。
The base plugin can be understood as some webman base components, it may be a generic class library (such as webman/think-orm), may be a generic middleware (such as webman/cors), or a set of routing configuration (such as webman/auto-route), or a custom process (such as webman /redis-queue), etc.。
should be introduced inBasic Plugins
Note Required for base pluginswebman>=1.2.0
Application plugin is a complete application, such as a question and answer system, CMS system, mall system, etc.。 should be introduced inApplication Plugin
Application Plugin Required for application pluginswebman>=1.4.0