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