October\Rain\Config\FileLoader

Overview

FileLoader loads package config


Public Methods

public static fromPath()

public static fromPath($path): void

fromPath returns config files in a given path

Protected Methods

protected static getConfigurationFiles()

protected static getConfigurationFiles(
    Illuminate\Contracts\Foundation\Application $app
): array 

Get all of the configuration files for the application.

protected static getNestedDirectory()

protected static getNestedDirectory(
    SplFileInfo $file,
    string $configPath
): string 

Get the configuration file nesting path.