|
|
преди 7 часа | |
|---|---|---|
| app | преди 7 часа | |
| config | преди 7 часа | |
| resource | преди 7 часа | |
| support | преди 7 часа | |
| .env-example | преди 7 часа | |
| .gitignore | преди 7 часа | |
| LICENSE | преди 7 часа | |
| README.md | преди 7 часа | |
| composer.json | преди 7 часа | |
| start.php | преди 7 часа | |
| webman | преди 7 часа | |
| windows.bat | преди 7 часа | |
| windows.php | преди 7 часа |
文件
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
文档: https://www.workerman.net/plugin/99