Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robuust/craft-reverserelations
Reverse Relations for Craft
https://github.com/robuust/craft-reverserelations
craft-plugin craft3
Last synced: 5 days ago
JSON representation
Reverse Relations for Craft
- Host: GitHub
- URL: https://github.com/robuust/craft-reverserelations
- Owner: robuust
- License: mit
- Created: 2018-12-06T20:27:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T08:07:24.000Z (20 days ago)
- Last Synced: 2024-12-09T09:23:57.817Z (20 days ago)
- Topics: craft-plugin, craft3
- Language: PHP
- Homepage:
- Size: 51.8 KB
- Stars: 12
- Watchers: 3
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Reverse Relations plugin for Craft
=================Plugin that allows you to show and save reverse relations in both the CP and the site.
It works for relations between Entries and other Entries, and for relations between Categories and other Categories.## Requirements
This plugin requires Craft CMS 5.0.0 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. Then tell Composer to load the plugin:
composer require robuust/craft-reverserelations
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Reverse Relations.
## Features:
- Able to output the relation in the CP and in the site (no other plugin has this feature)
- Supports entries and categories at the moment## Todo:
- Support more element types