https://github.com/pozitronik/yii2-references
Удобные динамические справочники для YII2
https://github.com/pozitronik/yii2-references
Last synced: 7 months ago
JSON representation
Удобные динамические справочники для YII2
- Host: GitHub
- URL: https://github.com/pozitronik/yii2-references
- Owner: pozitronik
- License: gpl-3.0
- Created: 2020-02-13T10:54:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-07T07:15:07.000Z (about 2 years ago)
- Last Synced: 2024-11-15T19:08:12.071Z (7 months ago)
- Language: PHP
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Yii2-references
===============
Powerful key-value references module for Yii2.Installation
------------Run
```
php composer.phar require pozitronik/yii2-references "dev-master"
```or add
```
"pozitronik/yii2-references": "dev-master"
```to the require section of your `composer.json` file.
Module Setup
------------```php
'modules' => [
'references' => [
'class' => pozitronik\references\ReferencesModule::class
],
];
```After setup main module action can be accessible as
```
your-app/web/index.php?r=references
```by default (may differ due to yours urlManager config).
Requirements
------------Yii2,
PHP >= 7.4.0Usage
-----
Not documented yet.