Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Routing] Localized Routes (i18n): Add an example for default path #20218

Open
wants to merge 1 commit into
base: 6.4
Choose a base branch
from

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