Admin Panel API overview
Overview of the Admin Panel API for Strapi plugins, with entry file, lifecycle hooks, and available actions for customizing the admin panel UI.
Overview of the Admin Panel API for Strapi plugins, with entry file, lifecycle hooks, and available actions for customizing the admin panel UI.
Strapi includes lifecycle functions (e.g. register, bootstrap and destroy) that control the flow of your application.
Overview of the Strapi Server API for plugins, with entry file, lifecycle hooks, routes, controllers, services, policies, middlewares, and configuration.
Control when plugin server logic runs with register, bootstrap, and destroy lifecycle hooks.