thinkphp_5.0.10_full.zip
执行
php think build
如果提示No such file or directory 就把根目录的build.php拷贝到application目录下
产生以下结果
创建D:\wwwroot\thinkphp_5.0.10_full\application\build.lock
D:\wwwroot\thinkphp_5.0.10_full\application\demo
D:\wwwroot\thinkphp_5.0.10_full\application\demo\config.php
D:\wwwroot\thinkphp_5.0.10_full\application\demo\common.php
D:\wwwroot\thinkphp_5.0.10_full\application\demo\controller
D:\wwwroot\thinkphp_5.0.10_full\application\demo\controller\Index.php
D:\wwwroot\thinkphp_5.0.10_full\application\demo\behavior
D:\wwwroot\thinkphp_5.0.10_full\application\demo\model
D:\wwwroot\thinkphp_5.0.10_full\application\demo\view
D:\wwwroot\thinkphp_5.0.10_full\application\demo\controller\Test.php
D:\wwwroot\thinkphp_5.0.10_full\application\demo\controller\UserType.php
D:\wwwroot\thinkphp_5.0.10_full\application\demo\model\User.php php
D:\wwwroot\thinkphp_5.0.10_full\application\demo\model\UserType.php
D:\wwwroot\thinkphp_5.0.10_full\application\demo\view\index
D:\wwwroot\thinkphp_5.0.10_full\application\demo\view\index\index.html
from: http://www.19aq.com/article-252.html
最佳答案
