瀏覽代碼

readme: added migration command

Fabian Peter Hammerle 8 年之前
父節點
當前提交
14b1cb0fe6
共有 1 個文件被更改,包括 7 次插入1 次删除
  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 = [