interface Illuminate / Contracts / Foundation / CachesConfiguration
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

CachesConfiguration

Methods

public

configurationIsCached ( ) : bool

Determine if the application configuration is cached.

public

getCachedConfigPath ( ) : string

Get the path to the configuration cache file.

public

getCachedServicesPath ( ) : string

Get the path to the cached services.php file.