class Illuminate / Foundation / Console / ConfigClearCommand
You are viewing an older version of the documentation. For the latest, please visit master documentation.

ConfigClearCommand

Extends

Properties

protected

$name string

The console command name.

Default: 'config:clear'
protected

$description string

The console command description.

Default: 'Remove the configuration cache file'
protected

$files Filesystem

The filesystem instance.

Default: null

Methods

public

__construct ( Filesystem $files ) : void

Create a new config clear command instance.

Parameters

public

handle ( ) : void

Execute the console command.