2019-11-07 12:05:39 +01:00

8 lines
340 B
Markdown

# Plugins
A plugin is like a small independent sub-application. It has its own business logic with dedicated models, controllers, services, middlewares or hooks. It can also have it's own UI integrated in the admin panel.
::: tip
Please refer to the [plugins documentation](../plugin-development/quick-start.md) for more information.
:::