We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I've created a package with it's own config file ... I can retrieve an item of this configuration with :
Config::get('package::config_key')
but I cannot retrieve all items of this package using :
Config::get('package')
After this I think that can be useful add this tip to the docs