• v0.0.4 be304e7b1a

    fix(lifecycle): deduplicate route names from multi-domain registrations
    Some checks failed
    CI / PHP 8.4 (pull_request) Failing after 2m3s
    CI / PHP 8.3 (pull_request) Failing after 2m18s
    CI / PHP 8.4 (push) Failing after 2m2s
    CI / PHP 8.3 (push) Failing after 2m20s
    Publish Composer Package / publish (push) Failing after 10s

    Ghost released this 2026-03-21 23:19:30 +00:00 | 4 commits to dev since this release

    When the same route file is registered on multiple domains (e.g.
    core.test, hub.core.test, core.localhost), Laravel's route:cache
    fails with "Another route has already been assigned name". Add
    deduplicateRouteNames() to strip names from duplicate routes,
    keeping only the first registration. Extract processViews(),
    processLivewire(), and refreshRoutes() helpers to reduce
    duplication across fire* methods.

    Co-Authored-By: Virgil virgil@lethean.io

    Downloads