Named rate limiters and the RateLimiter facade let you throttle routes and any arbitrary action with per-user, per-plan, or dynamic limits.
#Api
Articles
Learn how to build a clean versioned REST API in Laravel using API Resources, route groups, and a versioned resource strategy that scales as your API evolves.
Laravel Sanctum handles both SPA cookie authentication and API token auth in one lightweight package. This tutorial covers both approaches, token abilities, expiration, and mobile auth.
Links
Proper API design in Laravel
Martin Joo