Skip to content

1.1.1

Latest
Compare
Choose a tag to compare
@magnus-eriksson magnus-eriksson released this 13 Jul 08:48
· 26 commits to master since this release

Config keys in the top level can now contain dots.
Example:

return [

    'say' => [
        'hello' => 'world'
    ],

    // This is a direct match and got priority
    'say.hello' => 'world',
];