https://github.com/codemonauts/craft-reverse-relations-field
https://github.com/codemonauts/craft-reverse-relations-field
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codemonauts/craft-reverse-relations-field
- Owner: codemonauts
- License: mit
- Created: 2020-06-19T09:35:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T22:38:44.000Z (over 5 years ago)
- Last Synced: 2025-01-18T07:12:00.650Z (about 1 year ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Reverse Relations Field for Craft CMS 3.x

xxx
## Background
xxx
## Requirements
* Craft CMS >= 3.0.0
## Installation
Open your terminal and go to your Craft project:
``` shell
cd /path/to/project
composer require codemonauts/craft-reverse-relations-field
./craft install/plugin reverserelations
```
## Usage
xxx
With ❤ by [codemonauts](https://codemonauts.com)