Skip to main content

⏳ Installation

☑️ Prerequisites

Complete installation requirements are the exact same as for Strapi itself and can be found in the Strapi documentation.

Supported Strapi versions:

Strapi v4 use @pluginpal/webtools-core@^1.0.0-beta

Install the plugin in your Strapi project.

yarn add @pluginpal/webtools-core

After successful installation you have to rebuild the admin UI so it'll include this plugin. To rebuild and restart Strapi run:

yarn build
yarn develop

Enjoy 🎉