Level 60
https://github.com/laravel/laravel/blob/master/app/Http/Kernel.php#L43
php artisan config:clear && php artisan route:clear
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
i've been set API Throttling in api middleware route, but it seems doesnt work.
``
Route::middleware('throttle:70,1')->group(function () { ..... });
but after i tried use the api the headers response still the default throttling
x-ratelimit-limit →60 x-ratelimit-remaining →58
Please or to participate in this conversation.