mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-19 07:07:58 +08:00
guide wip [skip ci]
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
Console applications
|
||||
====================
|
||||
|
||||
> Note: This chapter is under development.
|
||||
|
||||
Yii has full featured support for console applications, whose structure is very similar to a Yii web application. A console application
|
||||
consists of one or more [[yii\console\Controller]] classes, which are often referred to as "commands" in the console environment. Each controller can also have one or more actions, just like web controllers.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user