We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29fa480 commit bf1736fCopy full SHA for bf1736f
docs/faq.md
@@ -1,8 +1,8 @@
1
#FAQ
2
## 1. Where is Gii?
3
Gii is available on:
4
-- http://yii2-starter-kit.dev/gii
5
-- http://backend.yii2-starter-kit.dev/gii
+- http://localhost.dev/gii
+- http://backend.localhost.dev/gii
6
7
## 2. How do i enable email activation?
8
Edit ``frontend/config/web.php`` and set [[frontend\modules\user\Module::shouldBeActivated]] property to ``true``
docs/testing.md
@@ -7,7 +7,7 @@ docker-compose up -d
```
2. Create `tests` database:
9
10
-docker-compose exec db mysql -uroot -proot -e "CREATE DATABASE \`yii2-starter-kit-test\`"
+docker-compose exec db mysql -uroot -proot -e "CREATE DATABASE \`db-test\`"
11
12
13
3. Adjust `.env` file to set `TEST_DB_DSN`, `TEST_DB_USER` and `TEST_DB_PASSWORD` params
0 commit comments