文件
config/plugin/linfly/annotation/route.php
新增内容
use Webman\Route;
// 匹配所有options路由
Route::options('[{path:.+}]', function (){
return response('',204);
});
composer install
php >= 8.1
php windows.php start
首次安装后运行报错,删除 /app/command/ShopwwiAuthCommand.php 文件
php webman model:all