mckenzieclark / fuzzy
Fuzzy dates and events
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 2
Type:craft-plugin
Requires
- craftcms/cms: ^3.0.0
Requires (Dev)
- codeception/codeception: ^3.0
- craftcms/cms: ^3.2.0
- vlucas/phpdotenv: ^3.0
README
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