thinkphp常用命令行

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/a1057962851/article/details/85068358

创建一个新的模块 ,非index内 而是与index同级

php think build --module test

 生成一一个新的类控制器,带资源

php think make:controller index/Blog

生成一个空的类控制

php think make:controller index\Blog --plain

 生成一个空的控制器内模块

php think make:model index\Blog

猜你喜欢

转载自blog.csdn.net/a1057962851/article/details/85068358