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