php/src
Snider be304e7b1a
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
fix(lifecycle): deduplicate route names from multi-domain registrations
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>
2026-03-21 23:19:30 +00:00
..
Core fix(lifecycle): deduplicate route names from multi-domain registrations 2026-03-21 23:19:30 +00:00
Mod feat: replace Go CLI with PHP framework 2026-03-06 08:49:51 +00:00
Plug feat(plug): add contract interfaces and Registry::register() method 2026-03-09 17:25:40 +00:00
Website refactor: extract Service + Client to standalone packages 2026-03-09 18:56:43 +00:00