class
Illuminate
/
Foundation
/
Console
/
StubPublishCommand
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
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.