Installation Process

Step 1: Download the Plugin

  1. Download the ComplyFlow plugin ZIP file from the official source.
  2. Extract the ZIP file to a local directory.
  3. 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

  4. Copy the plugin folder to the wp-content/plugins/ directory of your WordPress installation.
  5. Alternatively, upload the ZIP file via the WordPress admin panel under Plugins → Add New → Upload Plugin.
  6. Step 5: Activate the Plugin

  7. Go to Plugins → Installed Plugins in the WordPress admin panel.
  8. Locate “ComplyFlow” and click Activate.
  9. Step 6: Verify Installation

    • Ensure the “ComplyFlow” menu appears in the WordPress admin sidebar.
    • Check for any errors in the WordPress debug log.

Share this article

Was this article helpful?

Help us improve our documentation

Still need help?

Our support team is ready to assist you with personalized guidance for your workspace.

Submit a support ticket