Browse Source

readme: added migration command

Fabian Peter Hammerle 8 năm trước cách đây
mục cha
commit
14b1cb0fe6
1 tập tin đã thay đổi với 7 bổ sung1 xóa
  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 = [