class
Illuminate
/
Foundation
/
Console
/
ConfigShowCommand
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
ConfigShowCommand
Extends
Properties
protected
$signature string
The console command signature.
Default: 'config:show {config : The configuration file to show}'
protected
$description string
The console command description.
Default: 'Display all of the values for a given configuration file'
Methods
public
handle ( ) : int
Execute the console command.
public
render ( $name ) : void
Render the configuration values.
Parameters
- $name string
public
title ( $title , $subtitle ) : void
Render the title.
Parameters
- $title string
- $subtitle string|null
protected
formatKey ( $key ) : string
Format the given configuration key.
Parameters
- $key string
protected
formatValue ( $value ) : string
Format the given configuration value.
Parameters
- $value mixed