Authentication 拉威尔5号哨兵:怎样才能禁用;激活";及;节流阀;检查站?

Authentication 拉威尔5号哨兵:怎样才能禁用;激活";及;节流阀;检查站?,authentication,laravel-5,sentinel,Authentication,Laravel 5,Sentinel,有没有办法在sentinel中禁用“激活”和“油门”检查 感谢您为此提供的任何帮助。只需在sentinel配置中找到一个检查点数组并对其进行注释即可 'checkpoints' => [ //'throttle', //'activation', ], 试试看: 从“app/Http/”打开Kernel.php文件 并对其进行评论 'api' => [ //'throttle:60,1', 'bindings', ],

有没有办法在sentinel中禁用“激活”和“油门”检查


感谢您为此提供的任何帮助。

只需在sentinel配置中找到一个检查点数组并对其进行注释即可

'checkpoints' => [

    //'throttle',
    //'activation',

],
试试看:

从“app/Http/”打开Kernel.php文件

并对其进行评论

  'api' => [
        //'throttle:60,1',
        'bindings',
    ],