too many attempts laravel logs request code example
Example: too many requests jquery laravel
protected $middlewareGroups = [
...
'api' => [
'throttle:60,1',
],
];
protected $middlewareGroups = [
...
'api' => [
'throttle:60,1',
],
];