You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Database is now fully optional: with both postal.webhooks.store and postal.inbound.store disabled the package registers no migrations — php artisan migrate creates nothing, and no code path touches the database. Typed events keep working; listeners dedupe on uuid().
E2E suite hardened for native-Linux CI runners (signing-key permissions, fail-fast sanity probes, stack-log dump on failure).