robuust / craft-reverserelations
Reverse Relations for Craft
Installs: 67 451
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 3
Forks: 15
Open Issues: 5
Type:craft-plugin
Requires
- php: ^8.2
- craftcms/cms: >=5.0 <5.3
README
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 4.0.0 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require robuust/craft-reverserelations
-
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