I've created a package with it's own config file ... I can retrieve an item of this configuration with : <pre>Config::get('package::config_key')</pre> but I cannot retrieve all items of this package using : <pre>Config::get('package')</pre> After this I think that can be useful add this tip to the docs