You can limit some URL to be called a maximum of 60 times per minute, with throttle:60,1: Route::middleware('auth:api', 'throttle:60,1')->group(function () { Route::get('/path', function () { // code here }); }); But also, you can do it separately for public and for logged-in users: // maximum of 10
Newsletter

Get the latest Laravel/PHP jobs, events and curated articles straight to your inbox, once a week

Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
Community Partners