php/tests
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
..
Feature fix(lifecycle): deduplicate route names from multi-domain registrations 2026-03-21 23:19:30 +00:00
Fixtures fix(scheduler): skip test directories in ScheduledActionScanner 2026-03-12 15:45:45 +00:00
Unit feat: replace Go CLI with PHP framework 2026-03-06 08:49:51 +00:00
TestCase.php feat: replace Go CLI with PHP framework 2026-03-06 08:49:51 +00:00