1. 执行命令,生成自定义命令
php think make:command Custom<?php
declare (strict_types 1);namespace app\command;use app\facade\AdmUser;
use think\console\Command;
use think\console\Input;
use think\console\input\Argument;
use think\console\i…
生成证书用 linux 生成,在 windows 下使用
windows 生成证书 https://juejin.cn/post/6925006735933440014
下载地址 https://github.com/screego/server/releases
修改完配置后,运行 screego serve
需要修改的几个地方
# 局域网 ip 或公网 ip&…