PHP Class MathiasGrimm\LaravelDotEnvGen\DotEnvGenCommand

Inheritance: extends Illuminate\Console\Command
Show file Open project: mathiasgrimm/laravel-dot-env-gen

Protected Properties

Property Type Description
$all array
$defaults array
$defined array
$description string The console command description.
$found array
$iterator RegexIterator
$name string The console command name.
$progressBar Symfony\Component\Console\Helper\ProgressBar

Public Methods

Method Description
handle ( ) : mixed Execute the console command.

Protected Methods

Method Description
gatherFiles ( )
generateFile ( )
scanEnv ( )
scanFiles ( )
showResults ( )

Method Details

gatherFiles() protected method

protected gatherFiles ( )

generateFile() protected method

protected generateFile ( )

handle() public method

Execute the console command.
public handle ( ) : mixed
return mixed

scanEnv() protected method

protected scanEnv ( )

scanFiles() protected method

protected scanFiles ( )

showResults() protected method

protected showResults ( )

Property Details

$all protected property

protected array $all
return array

$defaults protected property

protected array $defaults
return array

$defined protected property

protected array $defined
return array

$description protected property

The console command description.
protected string $description
return string

$found protected property

protected array $found
return array

$iterator protected property

protected RegexIterator $iterator
return RegexIterator

$name protected property

The console command name.
protected string $name
return string

$progressBar protected property

protected ProgressBar,Symfony\Component\Console\Helper $progressBar
return Symfony\Component\Console\Helper\ProgressBar