问题描述
我是 Yii 框架开发的新手.
Hi I am new to Yii framework development.
Yiic webapp 不工作,即使你在命令行上运行 yiic
Yiic webapp not working, even when you run yiic on the commandline
我正在学习在线教程,但由于无法识别 yiic 命令而卡住了,而且我还注意到框架文件夹不存在.
I was following a tutorial on-line but I got stuck because the yiic command is not recognised and I also noticed that the framework folder is not there.
我从 Yii 主页下载了 Yii 2.0 存档并将其解压缩到我的 Webroot 文件夹中.
I download Yii 2.0 archive from the Yii home website and extracted it to my Webroot folder.
提前致谢.
推荐答案
代替使用 Yii 1.x 中的 yiic
,您可以使用 Gii 扩展 Yii 2.
instead of using yiic
from Yii 1.x, you can use Gii Extension of Yii 2.
http://localhost/path/to/index.php?r=gii
它提供了相同的代码生成器:
It provides the same code generators:
- 模型生成器
- CRUD 生成器
- 控制器生成器
- 表单生成器
- 模块生成器
- 扩展生成器
这篇关于Yii2.0 yiic 命令不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!