therefinery/hobsons-radius

Integration with HobsonsRadius

2.0.2 2018-10-15 21:03 UTC

This package is auto-updated.

Last update: 2024-09-29 05:29:28 UTC


README

Integration with HobsonsRadius

Requirements

This plugin requires Craft CMS 3.0.0 or later.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Manually add the repository to your composer.json since this plugin is not listed on packagist

     "repositories": [
     	{
     		"type": "github",
     		"url": "git@github.com:the-refinery/hobsonsradius.git"
     	}
     ]
    
  3. Then install the plugin:

     composer require therefinery/hobsons-radius
    
  4. In the Control Panel, go to Settings → Plugins and click the “Install” button for HobsonsRadius.