Преглед изворни кода

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 = [