class
Illuminate
/
Foundation
/
Console
/
UpCommand
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
UpCommand
Extends
Properties
protected
$name string
The console command name.
Default: 'up'
protected
$description string
The console command description.
Default: 'Bring the application out of maintenance mode'
Methods
public
handle ( ) : int
Execute the console command.