php think

修改理由:
此投稿状态为 标记为已读。
内容修改:
Old | New | Differences |
---|---|---|
33 | 33 | ### 3.创建API接口控制器 |
34 | 34 | 通过命令行创建我们想要反回Token给前端的控制器 |
35 | 35 | ``` |
36 | $ php th | |
36 | $ php think make:controller api/Index | |
37 | 37 | ``` |
38 | 38 | |
39 | 39 | ### 4.引用依赖 |
php think
Old | New | Differences |
---|---|---|
33 | 33 | ### 3.创建API接口控制器 |
34 | 34 | 通过命令行创建我们想要反回Token给前端的控制器 |
35 | 35 | ``` |
36 | $ php th | |
36 | $ php think make:controller api/Index | |
37 | 37 | ``` |
38 | 38 | |
39 | 39 | ### 4.引用依赖 |