class Illuminate / Foundation / Console / ConfigCacheCommand

ConfigCacheCommand

Extends

Properties

protected

$name string

The console command name.

Default: 'config:cache'
protected

$description string

The console command description.

Default: 'Create a cache file for faster configuration loading'
protected

$files Filesystem

The filesystem instance.

Default: null

Methods

public

__construct ( Filesystem $files ) : void

Create a new config cache command instance.

Parameters

public

handle ( ) : void

Execute the console command.

protected

getFreshConfiguration ( ) : array

Boot a fresh copy of the application configuration.