Installation

# Pre-Flight check

Before installing Craft Commerce, make sure your web server meets Commerce’s minimum requirements.

# Plugin Store

Log into the control panel, navigate to Plugin Store and search for “Commerce”. Choose Craft Commerce, and from there you can choose Add to Cart or Try for either edition.

# Composer

Ensure that you have Composer installed correctly (opens new window) in your Craft 3 project. Then run the following terminal commands from within your Craft project:

composer require craftcms/commerce
php craft plugin/install commerce

You may also want to copy the included example templates into your project as a starting point, especially if you’re new to Commerce.