class Illuminate / Foundation / Console / StubPublishCommand

StubPublishCommand

Extends

Properties

protected

$signature string

The name and signature of the console command.

Default: 'stub:publish {--existing : Publish and overwrite only the files that have already been published} {--force : Overwrite any existing files}'
protected

$description string

The console command description.

Default: 'Publish all stubs that are available for customization'

Methods

public

handle ( ) : void

Execute the console command.