Skip to content

Conversation

gbere
Copy link
Contributor

@gbere gbere commented Sep 13, 2024

Localized Routes (i18n): Add an example for default path

@carsonbot carsonbot added this to the 6.4 milestone Sep 13, 2024
@gbere gbere changed the title Update routing.rst [Routing] Localized Routes (i18n): Add an example for default path Sep 13, 2024
@@ -2002,7 +2002,8 @@ avoids the need for duplicating routes, which also reduces the potential bugs:
{
#[Route(path: [
'en' => '/about-us',
'nl' => '/over-ons'
'nl' => '/over-ons',
'/about-us' // Default path for undefined locales
Copy link
Contributor

@MrYamous MrYamous Sep 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is that available only with attribute ? I think we should keep equivalent examples for attribute/yaml/xml/php if possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants