Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
briedis authored Aug 3, 2016
1 parent 170f935 commit 89e6d9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Library helps you build a documentation for your api, and you can even use it to

## Usage
### Laravel 4
1. Add composer dependency `"briedis/api-builder": "~1.0.0"` and run `composer update`
1. Add composer dependency `"briedis/api-builder": "~1.0"` and run `composer update`
2. Add service provider `Briedis\ApiBuilder\ApiBuilderLaravel4ServiceProvider`
3. Publish assets public directory: `php artisan asset:publish briedis/api-builder`

### Laravel 5
1. Add composer dependency `"briedis/api-builder": "~1.0.0"` and run `composer update`
1. Add composer dependency `"briedis/api-builder": "~1.0"` and run `composer update`
2. Add service provider `Briedis\ApiBuilder\ApiBuilderLaravel5ServiceProvider`
3. Publish assets to public directory: `php artisan vendor:publish --force --provider="Briedis\ApiBuilder\ApiBuilderLaravel5ServiceProvider"` (force means that existing files will be overwritten)

Expand Down

0 comments on commit 89e6d9e

Please sign in to comment.