Skip to content

Installation & Setup

You can install Feed Me via the Plugin Store, or with Composer.

Craft Plugin Store

Navigate to the Plugin Store section of your Craft control panel, search for Feed Me, and click the Try button.

Composer

You can also add the package to your project using Composer.

  1. Open your terminal and go to your Craft project:

    bash
    cd /path/to/project
  2. Require the package with Composer:

    bash
    composer require craftcms/feed-me
  3. Install the plugin:

    bash
    php craft plugin/install feed-me