Skip to content

Conversation

@kevinb1989
Copy link
Contributor

@kevinb1989 kevinb1989 commented Nov 8, 2025

I had a quick look at the registerContainerCoreAliases method and thought the translator was not registered. It turned out that some of those are not registered in the alphabetical order, a bit hard to look up.

I reckon for the main keys we can order the aliases in alphabetical order such as:

  1. config
  2. cookie
  3. db

For sub keys we can start ordering by importance, for example:

  1. filesystem
  2. filesystem.disk
  3. filesystem.cloud

Or:

  1. cache
  2. cache.store
  3. cache.psr6

@taylorotwell taylorotwell merged commit a6e9bb5 into laravel:12.x Nov 8, 2025
66 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants