API Documentation

VendorPublishCommand extends VendorPublishCommand
in package

Publish any publishable assets from vendor packages.

Table of Contents

Methods

handle()  : void
Our child method filters the options available to the parent method.
normalizePath()  : string
promptForProviderOrTag()  : void
Our child method only uses the select function, instead of the search one.
status()  : void
Write a status message to the console.

Methods

handle()

Our child method filters the options available to the parent method.

public handle() : void

normalizePath()

protected normalizePath(string $path) : string
Parameters
$path : string
Return values
string

promptForProviderOrTag()

Our child method only uses the select function, instead of the search one.

protected promptForProviderOrTag() : void

status()

Write a status message to the console.

protected status(string $from, string $to, string $type) : void
Parameters
$from : string
$to : string
$type : string

        
On this page

Search results