Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmunir committed Nov 2, 2014
1 parent 5caf5a4 commit cce6579
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,20 @@ Installation

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

At your `composer.json` file, add the following code
Either run

```
php composer.phar require mdmsoft/yii2-gii "*"
```

or add

```
"repositories": [
...
{
"type": "git",
"url": "https://github.com/mdmsoft/yii2-gii"
}
],
"require": {
...
},
"require-dev": {
...
"mdmsoft/yii2-gii": "*"
},
"mdmsoft/yii2-gii": "*"
```

to the require section of your `composer.json` file.

Usage
-----

Expand Down

0 comments on commit cce6579

Please sign in to comment.