Configuration reference
Every key in config/email-magic-link.php with its default, its environment variable, and what it governs.
Route reference
Every route the package registers, with its name, middleware, rate limiter, and whether it changes state.
Command reference
The Artisan commands the package ships — the installer, the config doctor and the token purge — with their options and cadence.
Event reference
The seven events the package dispatches, their payloads, and the ClaimFailure cases a failed consume attempt reports.
Contract reference
The eleven interfaces under EmailMagicLink\Contracts — their signatures, what each one guarantees, and how to bind your own implementation.