Basic Plugins

Basic plugins are generally common components, typically installed using composer, with the code placed under the vendor directory. During installation, some custom configurations (middleware, processes, routes, etc.) can be automatically copied to the {main project}config/plugin directory. Webman will automatically recognize the configuration in that directory and merge it into the main configuration, allowing the plugin to intervene in any lifecycle of webman.

For more information, see Creating Basic Plugins