Bart Duisters b5d5fb47b4 Grammar and punctuation of plugins.md
Signed-off-by: Bart Duisters <bartduisters@bartduisters.com>
2020-02-08 19:58:12 +01:00

8 lines
339 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 its own UI integrated in the admin panel.
::: tip
Please refer to the [plugins documentation](../plugin-development/quick-start.md) for more information.
:::