描述
github.com/ghostmanid/apishield
源代码
问题
安装: 12
依赖项: 0
建议者: 0
安全: 0
星标: 0
关注者: 1
分支: 0
开放问题: 0
类型:库
Requires
None
Requires (Dev)
Suggests
Provides
Conflicts
Replaces
MT 4fcd26c58637d932e962fd65725c0897a6433ab2
This package is not auto-updated.
Last update: 2024-09-28 18:26:30 UTC
步骤 1
在config/app中添加 'Ghostmanid/ApiShield/ApiShield:class'
'Ghostmanid/ApiShield/ApiShield:class'
步骤 2
命令行 -> php artisan vendor:publish
步骤 3
转到app/Kernel.php -> 添加
'apishield' => \App\Http\Middleware\ApiShield::class,