Browse Source

readme: added migration command

Fabian Peter Hammerle 8 years ago
parent
commit
14b1cb0fe6
1 changed files with 7 additions and 1 deletions
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -32,7 +32,13 @@ yii2 extension for automatic login via TLS/SSL/HTTPS client certificates
 composer require fphammerle/yii2-client-cert-auth
 ```
 
-### 3. Enable Extension in Yii's Application Config
+### 3. Create Table
+
+```
+./yii migrate --migrationPath=./vendor/fphammerle/yii2-client-cert-auth/migrations
+```
+
+### 4. Enable Extension in Yii's Application Config
 
 ```
 $config = [