Skip to content

Conversation

@tomdegoede
Copy link

Previously config files placed inside a sub directory of config were keyed only by the file name. So config/subdir/file.php is accessible trough Config::get('file.')). With these edits it puts the sub directory in the key making it easier to group lots of config files and avoid overwriting config files with the same name. So config/subdir/file.php is accessible trough Config::get('subdir/file.')).

…ory. Also mergeConfigFrom will check if a directory is given as $path and merge all files properly.
composer.json Outdated
Copy link
Contributor

Choose a reason for hiding this comment

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

If you want this PR to have even the slightest chance of surviving, you should remove this.

Copy link
Author

Choose a reason for hiding this comment

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

I have no idea how that ends up here, been messing with satis and composer etc. Was not intended to end up here.

Copy link
Author

Choose a reason for hiding this comment

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

O so it keeps adding new commits to an already made pull request, didn't expect that. Thanks

@tomdegoede tomdegoede closed this Feb 10, 2015
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