W3cubDocs

/Laravel 5.2

FileEnvironmentVariablesLoader

class FileEnvironmentVariablesLoader implements EnvironmentVariablesLoaderInterface (View source)

Methods

void __construct( Filesystem $files, string $path = null)

Create a new file environment loader instance.

array load( string $environment = null)

Load the environment variables for the given environment.

Details

void __construct( Filesystem $files, string $path = null)

Create a new file environment loader instance.

Parameters

Filesystem $files
string $path

Return Value

void

array load( string $environment = null)

Load the environment variables for the given environment.

Parameters

string $environment

Return Value

array

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.2/Illuminate/Config/FileEnvironmentVariablesLoader.html