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

Use also folders as keys #8

Open
corneyl opened this issue May 30, 2016 · 1 comment
Open

Use also folders as keys #8

corneyl opened this issue May 30, 2016 · 1 comment

Comments

@corneyl
Copy link

corneyl commented May 30, 2016

It would be a nice addition if one could also use configuration files nested in folders, which will then be parsed recursively (like is the case with Kohana's CFS), e.g.:

config/
   +-- dev/
      +-- locales/
         +-- en.yml
   +-- locales/
      +-- en.yml
      +-- es.yml

Will result in:

{
   "locales": {
      "en": {
         "foo": "bar"
      },
      "es": {
         "foo": "barra"
      }
   }
}
@pilwon
Copy link
Owner

pilwon commented Nov 19, 2016

@corneyl This would be a great addition. Looking for contributor-

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

No branches or pull requests

2 participants