class LoadConfiguration (View source)
| void | bootstrap(Application $app)
Bootstrap the given application. | |
| void | loadConfigurationFiles(Application $app, Repository $repository)
Load the configuration items from all of the files. | |
| array | loadConfigurationFile(Repository $repository, string $name, string $path, array $base)
Load the given configuration file. | |
| array | mergeableOptions(string $name)
Get the options within the configuration file that should be merged again. | |
| array | getConfigurationFiles(Application $app)
Get all of the configuration files for the application. | |
| string | getNestedDirectory(SplFileInfo $file, string $configPath)
Get the configuration file nesting path. | |
| array | getBaseConfiguration()
Get the base configuration files. |
Bootstrap the given application.
Load the configuration items from all of the files.
Load the given configuration file.
Get the options within the configuration file that should be merged again.
Get all of the configuration files for the application.
Get the configuration file nesting path.
Get the base configuration files.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/11.x/Illuminate/Foundation/Bootstrap/LoadConfiguration.html