snippetbashTip
php yii — Yii Framework's command-line interface. More information: <https://www.yiiframework.com/doc/guide/2.
Viewed 0 times
yiicommandframeworkinterfacecliphp yiiline
Problem
How to use the
php yii command: Yii Framework's command-line interface. More information: <https://www.yiiframework.com/doc/guide/2.0/en/tutorial-console>.Solution
php yii — Yii Framework's command-line interface. More information: <https://www.yiiframework.com/doc/guide/2.0/en/tutorial-console>.Start PHP's built-in web server for the current Yii application:
php yii {{serve}}Generate a controller, views, and related files for the CRUD actions on the specified model class:
php yii {{gii/crud}} --modelClass={{ModelName}} --controllerClass={{ControllerName}}Display help:
php yii {{help}}Code Snippets
Start PHP's built-in web server for the current Yii application
php yii {{serve}}Generate a controller, views, and related files for the CRUD actions on the specified model class
php yii {{gii/crud}} --modelClass={{ModelName}} --controllerClass={{ControllerName}}Display help
php yii {{help}}Context
tldr-pages: common/php yii
Revisions (0)
No revisions yet.