Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voskobovich/yii2-gii-generators
https://github.com/voskobovich/yii2-gii-generators
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/voskobovich/yii2-gii-generators
- Owner: voskobovich
- Created: 2015-10-14T21:16:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-14T13:57:37.000Z (about 9 years ago)
- Last Synced: 2024-11-16T20:28:38.013Z (2 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 Gii Generators
================================Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist voskobovich/yii2-gii-generators "*"
```or add
```
"voskobovich/yii2-gii-generators": "*"
```to the require section of your `composer.json` file.