Merge pull request #10160 from yiijan/docs-ja-1116

docs/guide-ja/tutorial-console.md updated [ci skip]
This commit is contained in:
Alexander Makarov
2015-11-16 00:47:10 +02:00

View File

@ -28,6 +28,7 @@
このコマンドについてさらに学習するためには、[国際化の節](tutorial-i18n.md#message-command) を参照してください。
- [[yii\console\controllers\MigrateController|MigrateController]] - アプリケーションのマイグレーションを管理します。
データベースのマイグレーションについては、[データベースのマイグレーションの節](db-migrations.md) で詳しく説明されています。
- [[yii\console\controllers\ServeController|ServeController]] - PHP の内蔵ウェブサーバを走らせることが出来ます。
使用方法 <span id="usage"></span>