Skip to main content
Commands FaPost Core registers, beyond Laravel’s own.

Installation

Migrations and tenants

migrate:smart reports; it does not migrate. It exists so you can see what a release would apply before applying it. See Upgrading and rollback.

Webhook routing

Webhook routing resolves through Redis rather than the landlord database, so the registry is a cache with a source of truth behind it. ops:webhook-registry-health is what tells you the two have diverged; ops:webhook-warmup is what rebuilds the cache after a flush. gateway:doctor is the first thing to run when the Go gateway is installed and webhooks are not arriving — see Webhook gateway.

Flow maintenance

Log partitions

logs:prune-flow accepts --dry-run to preview which partitions would be dropped.
logs:create-partition is scheduled work. If the scheduler is not running, the partition for next month is never created — see Services.