# Installation

# Add the plugin to your project

There are two ways to add the plugin to your project

  1. Go to extensions
  2. Upload the zip file
  3. Your plugin should now be visible at the bottom of the extensions page

In your console, go to your shopware project root and require the plugin.

    composer require store.shopware.com/store-locator:*last-version*

# Install the plugin

  1. Go to extensions
  2. Go to your plugin
  3. Your plugin should now be installed

In your console, go to your shopware project root and install the plugin.

    bin/console plugin:install MeteorStoreLocator

# Activate the plugin

  1. Go to extensions
  2. Activate the extension
  3. Your plugin should now be activated

In your console, go to your shopware project root and activate the plugin.

    bin/console plugin:activate MeteorStoreLocator -c