Skip to content

the-refinery/hobsonsradius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HobsonsRadius plugin for Craft CMS 3.x

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": "[email protected]: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.