Fuzzy plugin for Craft CMS 3.x
Fuzzy dates and events
Requirements
This plugin requires Craft CMS 3.0.0-beta.23 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Create a plugins folder:
mkdir plugins && cd plugins git clone git@github.com:mckenzieclark/fuzzy.git && cd ../
-
Open your composer.json file and add the following:
"repositories": [ { "type": "path", "url": "plugins/fuzzy" } ]
-
Then tell Composer to load the plugin:
composer require mckenzieclark/fuzzy
-
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