ghostmanid/apishield

描述

dev-master 2015-06-23 04:11 UTC

This package is not auto-updated.

Last update: 2024-09-28 18:26:30 UTC


README

版本 1.0.0

步骤 1

在config/app中添加 'Ghostmanid/ApiShield/ApiShield:class'

步骤 2

命令行 -> php artisan vendor:publish

步骤 3

转到app/Kernel.php -> 添加

'apishield' => \App\Http\Middleware\ApiShield::class,