2015-11-07 29 views

回答

2

只需在sentinel config上找到一個checkpoints數組並對它進行註釋即可。

'checkpoints' => [ 

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

], 
0

嘗試:

打開文件Kernel.php從 「應用程序/ HTTP /」

和評論它

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