Plugin that allows you to show and save reverse relations in both the CP and the site.
This plugin requires Craft CMS 3.1.0 or later.
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.
- 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
- Support more element types
- A big part of the Craft 3 implementation was done by @Wiejeben. Thanks!