Skip to content

Commit

Permalink
Updated migrations path. Closes #148
Browse files Browse the repository at this point in the history
  • Loading branch information
varp authored Oct 7, 2020
1 parent 441732c commit a9b50a2
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 @@ -57,7 +57,7 @@ You can pass additional OAuth2 Server Options by setting `options` property on t
The next step you should run migration

```php
yii migrate --migrationPath=@vendor/filsh/yii2-oauth2-server/migrations
yii migrate --migrationPath=@vendor/filsh/yii2-oauth2-server/src/migrations
```

this migration creates the oauth2 database scheme and insert test user credentials ```testclient:testpass``` for ```http://fake/```
Expand Down Expand Up @@ -193,4 +193,4 @@ class PublicKeyStorage implements \OAuth2\Storage\PublicKeyInterface{
For more, see https://github.com/bshaffer/oauth2-server-php

# Authors & Contributors
The original author of this package [Igor Maliy](https://github.com/filsh) . At the time the project maintainer is [Vardan Pogosian](https://vardan.dev).
The original author of this package [Igor Maliy](https://github.com/filsh) . At the time the project maintainer is [Vardan Pogosian](https://vardan.dev).

0 comments on commit a9b50a2

Please sign in to comment.