UserFrosting API

ConfigPathBuilder extends PathBuilder

Config path builder, which builds a list of files for a given config environment.

Tags
author

Alexander Weissman (https://alexanderweissman.com)

see
http://blog.madewithlove.be/post/illuminate-config-v5/

Table of Contents

$locator ResourceLocatorInterface
$uri string
buildPaths() Add path to default.php and environment mode file, if specified. array
__construct() Create the loader. mixed
buildPaths() Build out the ordered list of file paths, using the designated locator and uri for this loader. array

Properties

Methods

buildPaths()

Add path to default.php and environment mode file, if specified.

public buildPaths( [ $environment : string|null = null ] ) : array
Parameters
$environment : string|null = null

[defaul: null]

Return values
array

buildPaths()

Build out the ordered list of file paths, using the designated locator and uri for this loader.

public abstract buildPaths( ) : array
Return values
array

Search results