void __construct(Filesystem $files, string $defaultPath) Create a new file configuration loader. Parameters Filesystem $files string $defaultPath Return Value void
void __construct(Filesystem $files, string $path) Create a new file loader instance. Parameters Filesystem $files string $path Return Value void
array load(string $environment, string $group, string $namespace = null) Load the given configuration group. Parameters string $environment string $group string $namespace Return Value array
array load(string $locale, string $group, string $namespace = null) Load the messages for the given locale. Parameters string $locale string $group string $namespace Return Value array
array getNamespaces() Returns all registered namespaces with the config loader. Return Value array
Filesystem getFilesystem() Get the Filesystem instance. Return Value Filesystem
bool exists(string $group, string $namespace = null) Determine if the given group exists. Parameters string $group string $namespace Return Value bool
array cascadePackage(string $env, string $package, string $group, array $items) Apply any cascades to an array of package options. Parameters string $env string $package string $group array $items Return Value array
void addNamespace(string $namespace, string $hint) Add a new namespace to the loader. Parameters string $namespace string $hint Return Value void
Page 668 of 996