生成admin模块目录
php think build --module admin
生成admin模块下的Entry控制器
php think make:controller admin/Entry --plain
生成admin模块下的模型
php think make:model admin/Blog --plain
计算机网络/计算机科学与应用/系统/运维/开发
生成admin模块目录
php think build --module admin
生成admin模块下的Entry控制器
php think make:controller admin/Entry --plain
生成admin模块下的模型
php think make:model admin/Blog --plain
业精于勤而荒于嬉,行成于思而毁于随