From b911aa4846f2cce345cdd1f46919fe7640769d70 Mon Sep 17 00:00:00 2001 From: Daniel Gomez Pan Date: Sun, 15 Nov 2015 19:58:10 +0100 Subject: [PATCH] Update docs [skip ci] --- docs/guide/tutorial-console.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide/tutorial-console.md b/docs/guide/tutorial-console.md index ed79624..f3526d5 100644 --- a/docs/guide/tutorial-console.md +++ b/docs/guide/tutorial-console.md @@ -27,6 +27,7 @@ As you can see in the screenshot, Yii has already defined a set of commands that To learn more about this command, please refer to the [I18N Section](tutorial-i18n.md#message-command). - [[yii\console\controllers\MigrateController|MigrateController]] - Manages application migrations. Database migrations are described in more detail in the [Database Migration Section](db-migrations.md). +- [[yii\console\controllers\ServeController|ServeController]] - Allows you run PHP built-in web server. Usage