随笔分类 - php
摘要:Nginx: location / {index index.html;index index.php;# thinkphp6.0 的 nginx 伪静态配置if (!-e $request_filename) {rewrite ^(.*)$ /index.php?s=/$1 last;break;
阅读全文
摘要:1.创建自定义指令:https://www.kancloud.cn/manual/thinkphp6_0/1037651 php think make:command Rd rd会生成app\command\Rd.php,编辑Rd.php <?php declare (strict_types =
阅读全文