From a9b50a2343827802600cbbc9b88222214d69cbb1 Mon Sep 17 00:00:00 2001 From: Vardan Pogosian Date: Wed, 7 Oct 2020 11:10:22 +0300 Subject: [PATCH] Updated migrations path. Closes #148 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 534973a..d3dd544 100755 --- a/README.md +++ b/README.md @@ -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/``` @@ -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). \ No newline at end of file +The original author of this package [Igor Maliy](https://github.com/filsh) . At the time the project maintainer is [Vardan Pogosian](https://vardan.dev).