Step 1: Download the Plugin
- Download the ComplyFlow plugin ZIP file from the official source.
- Extract the ZIP file to a local directory.
- Copy the plugin folder to the
wp-content/plugins/directory of your WordPress installation. - Alternatively, upload the ZIP file via the WordPress admin panel under Plugins → Add New → Upload Plugin.
- Go to Plugins → Installed Plugins in the WordPress admin panel.
- Locate “ComplyFlow” and click Activate.
- Ensure the “ComplyFlow” menu appears in the WordPress admin sidebar.
- Check for any errors in the WordPress debug log.
Step 2: Install Dependencies
Run the following commands in the plugin directory:
`bash
Install PHP dependencies
composer install
Install JavaScript dependencies
npm install
`
Step 3: Build Assets
Compile the plugin’s assets:
`bash
npm run build
`
This will generate the necessary CSS and JavaScript files in the assets/dist/ directory.
Step 4: Upload to WordPress
Step 5: Activate the Plugin
Step 6: Verify Installation
Share this article
Still need help?
Our support team is ready to assist you with personalized guidance for your workspace.