├── .gitignore ├── DynaFields.php ├── LICENSE.md ├── README.md ├── composer.json └── screenshot.png /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /DynaFields.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bupy7/yii2-dynamic-fields/HEAD/DynaFields.php -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bupy7/yii2-dynamic-fields/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bupy7/yii2-dynamic-fields/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bupy7/yii2-dynamic-fields/HEAD/composer.json -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bupy7/yii2-dynamic-fields/HEAD/screenshot.png --------------------------------------------------------------------------------