Skip to content

Installation & Setup

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

Requirements

Feed Me 6.x requires Craft CMS 5.0.0 or newer.

Craft Plugin Store

To install Feed Me, 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