class Illuminate / Foundation / Console / EnvironmentCommand
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

EnvironmentCommand

Extends

Properties

protected

$name string

The console command name.

Default: 'env'
protected

$description string

The console command description.

Default: 'Display the current framework environment'

Methods

public

handle ( ) : void

Execute the console command.