#
Installation
#
Add the plugin to your project
There are two ways to add the plugin to your project
- Go to extensions
- Upload the zip file
- 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
- Go to extensions
- Go to your plugin
- Your plugin should now be installed
In your console, go to your shopware project root and install the plugin.
bin/console plugin:install MeteorStoreLocator
You can add the -a flag for instantly. -c clears your cache.
bin/console plugin:install MeteorStoreLocator -ca
#
Activate the plugin
- Go to extensions
- Activate the extension
- 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