├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── composer.json └── src └── FixtureController.php /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yiisoft/yii2-faker/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yiisoft/yii2-faker/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yiisoft/yii2-faker/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yiisoft/yii2-faker/HEAD/composer.json -------------------------------------------------------------------------------- /src/FixtureController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yiisoft/yii2-faker/HEAD/src/FixtureController.php --------------------------------------------------------------------------------