Skip to content

Latest commit

 

History

History
executable file
·
57 lines (32 loc) · 1.09 KB

README.md

File metadata and controls

executable file
·
57 lines (32 loc) · 1.09 KB

Fuzzy plugin for Craft CMS 3.x

Fuzzy dates and events

Screenshot

Requirements

This plugin requires Craft CMS 3.0.0-beta.23 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. Create a plugins folder:

     mkdir plugins && cd plugins
     git clone git@github.com:mckenzieclark/fuzzy.git && cd ../
    
  3. Open your composer.json file and add the following:

     "repositories": [
       {
         "type": "path",
         "url":  "plugins/fuzzy"
       }
     ]
    
  4. Then tell Composer to load the plugin:

     composer require mckenzieclark/fuzzy
    
  5. In the Control Panel, go to Settings → Plugins and click the “Install” button for Fuzzy.

Fuzzy Overview

-Insert text here-

Configuring Fuzzy

-Insert text here-

Using Fuzzy

-Insert text here-

Fuzzy Roadmap

Some things to do, and ideas for potential features:

  • Release it

Brought to you by John Clark