摘要: 以创建控制器为例 1、先通过 think 命令创建一个make文件,效果如下图: php think make:command make/MyController 2、修改上面创建的文件【MyController.php】 <?php declare (strict_types = 1); name 阅读全文
posted @ 2023-04-12 15:22 疯子丶pony 阅读(311) 评论(0) 推荐(0) 编辑