Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 581 Bytes

faq.md

File metadata and controls

17 lines (14 loc) · 581 Bytes

#FAQ

1. Where is Gii?

Gii is available on:

2. How do i enable email activation?

Edit frontend/config/web.php and set [[frontend\modules\user\Module::shouldBeActivated]] property to true

3. How do i access mailcatcher?

In docker installation mailcatcher is running on yii2-starter-kit.dev:1080

4. How do i open application cli when run application in docker?

Run this command in project directory:

docker exec -it $(docker-compose ps -q cli) bash