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.
Open your terminal and go to your Craft project:
bashcd /path/to/project
Require the package with Composer:
bashcomposer require craftcms/feed-me
Install the plugin:
bashphp craft plugin/install feed-me