Getting Started

# Installation via Plugin Store

To install the Mapbox plugin via the plugin store, follow these steps:

  1. In your site's control panel, visit the Plugin Store page. If you do not see a link to the Plugin Store, be sure you are working in an environment which allows admin changes (opens new window).

  2. Search for "Mapbox".

  3. Install the plugin titled Mapbox.

Mapbox
Maps in minutes. Powered by the Mapbox API.

$99

# Installation via Console Commands

To install the Mapbox plugin via the console, follow these steps:

  1. Open your terminal and go to your Craft project:
cd /path/to/project
  1. Then tell Composer to load the plugin:
composer require doublesecretagency/craft-mapbox
  1. Then tell Craft to install the plugin:
./craft plugin/install mapbox

Finish installing via Console or Settings page

Alternatively, you can visit the Settings > Plugins page to complete the installation.

If installed via the control panel, you'll be automatically redirected to configure the plugin.