Skip to main content

4 docs tagged with "bootstrap function"

View all tags

Lifecycle functions

Strapi includes lifecycle functions (e.g. register, bootstrap and destroy) that control the flow of your application.

Plugins extension

Existing plugins can be overriden by placing code in /src/extensions or using global register/bootstrap hooks. Instructions in this documentation cover reshaping plugin content-type schemas or server logic — altough upstream updates may break extensions.

Server API for plugins

Overview of the Strapi Server API for plugins, with entry file, lifecycle hooks, routes, controllers, services, policies, middlewares, and configuration.

Server lifecycle

Control when plugin server logic runs with register, bootstrap, and destroy lifecycle hooks.