Skip to content
E Webhook Package Documentation

Artisan Commands

Artisan commands

RelayKit includes a small set of Laravel commands.

Retry a delivery

php artisan relaykit:retry {deliveryId}

Retries a single failed delivery.

Prune old deliveries

php artisan relaykit:prune --days=30

Deletes delivery records older than the configured number of days.

List providers

php artisan relaykit:providers

Shows registered providers and their webhook URLs.

Verify configuration

php artisan relaykit:doctor

Checks common setup issues, including missing secrets, unknown handlers, and invalid retry configuration.

© Webhook Package Documentation