We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90c8e6c + 5dd5628 commit d0c1435Copy full SHA for d0c1435
laravel/config/laravels.php
@@ -42,6 +42,12 @@
42
],
43
'swoole_tables' => [
44
45
+ 'cleaners' => [
46
+ //Hhxsv5\LaravelS\Illuminate\Cleaners\SessionCleaner::class, // 如果你的项目中使用到了Session或Authentication,请解除这行注释
47
+ //Hhxsv5\LaravelS\Illuminate\Cleaners\AuthCleaner::class, // 如果你的项目中使用到了Authentication或Passport,请解除这行注释
48
+ Hhxsv5\LaravelS\Illuminate\Cleaners\JWTCleaner::class, // 如果你的项目中使用到了包"tymon/jwt-auth",请解除这行注释
49
+ //...
50
+ ],
51
'register_providers' => [
52
53
'swoole' => [
0 commit comments