Laravel's RateLimiter can be used to throttle ANY parts of your code

Laravel's RateLimiter can be used to throttle ANY parts of your code

🔥 #Laravel Tip: Rate-limiting is not only for throttling entire requests. You can also use it to throttle methods or parts of your code, which can be really useful when you need to protect things against spikes e.g. the DB.

We're writing a book, you can get it for free here.