Skip to content

Commit

Permalink
* #hot-fix. !!! important readme installation details
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurkushman committed Jun 4, 2017
1 parent 14b17ca commit 82a658d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ JSON API support turned on by default - see `Turn off JSON API support` section
* [Conversions to RAML](#user-content-conversions-to-raml)

### Installation via composer:
First of all - create Laravel project if You didn't do that yet:
```
composer create-project --prefer-dist laravel/laravel your_app
```

then in Your project directory run:
```
composer require rjapi/raml-json-api
```
Expand Down Expand Up @@ -80,6 +86,11 @@ By default controllers, entities or repositories are not loaded automatically. Y
}
```

refresh changes by running:
```
composer dump-autoload
```

### Running generator

Run in console:
Expand Down

0 comments on commit 82a658d

Please sign in to comment.