https://github.com/codemonauts/craft-glossary
Glossaries for Craft CMS
https://github.com/codemonauts/craft-glossary
Last synced: 10 months ago
JSON representation
Glossaries for Craft CMS
- Host: GitHub
- URL: https://github.com/codemonauts/craft-glossary
- Owner: codemonauts
- License: other
- Created: 2021-02-28T15:26:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T02:15:33.000Z (over 1 year ago)
- Last Synced: 2025-04-30T13:44:25.372Z (10 months ago)
- Language: PHP
- Size: 113 KB
- Stars: 2
- Watchers: 3
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Glossary for Craft CMS

## Background
A glossary plugin for Craft CMS.
## Requirements
* Craft CMS >= 4.0.0
## Installation
Open your terminal and go to your Craft project:
``` shell
cd /path/to/project
composer require codemonauts/craft-glossary
./craft plugin/install glossary
```
You can also install the plugin via the Plugin Store in the Craft Control Panel.
## Usage
For detailed usage information, [visit the docs](https://plugins.codemonauts.com/plugins/glossary/Introduction.html).
With ❤ by [codemonauts](https://codemonauts.com)