Fuzzy dates and events

1.0.1 2021-05-22 10:03 UTC

This package is auto-updated.

Last update: 2024-04-22 16:45:27 UTC


README

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