|
|
hace 5 horas | |
|---|---|---|
| app | hace 5 horas | |
| config | hace 5 horas | |
| resource | hace 5 horas | |
| support | hace 5 horas | |
| .env-example | hace 5 horas | |
| .gitignore | hace 5 horas | |
| LICENSE | hace 5 horas | |
| README.md | hace 5 horas | |
| composer.json | hace 5 horas | |
| start.php | hace 5 horas | |
| webman | hace 5 horas | |
| windows.bat | hace 5 horas | |
| windows.php | hace 5 horas |
文件
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