Answer the question
In order to leave comments, you need to log in
How does api throttle work in Laravel?
Hello, the question is simple: how exactly does the limit on the number of requests work in Laravel?
Http/Kernel.php has this property:
'api' => [
'throttle:60,1',
'bindings',
],
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question