class
Illuminate
/
Foundation
/
Console
/
ConfigClearCommand
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'
Methods
public
__construct ( Filesystem $files ) : void
Create a new config clear command instance.
Parameters
- $files Filesystem
public
handle ( ) : void
Execute the console command.