ConfigPublisher

ConfigPublisher

class ConfigPublisher (View source)

Methods

void __construct(Filesystem $files, string $publishPath)

Create a new configuration publisher instance.

bool publish(string $package, string $source)

Publish configuration files from a given path.

bool publishPackage(string $package, string $packagePath = null)

Publish the configuration files for a package.

bool alreadyPublished(string $package)

Determine if a given package has already been published.

string getDestinationPath(string $package)

Get the target destination path for the configuration files.

void setPackagePath(string $packagePath)

Set the default package path.

doc_Laravel
2016-11-02 16:12:31
Comments
Leave a Comment

Please login to continue.