Pipeline::via()

$this via(string $method) Set the method to call on the pipes. Parameters string $method Return Value $this

Pipeline::via()

$this via(string $method) Set the method to call on the pipes. Parameters string $method Return Value $this

Pipeline::__construct()

void __construct(Container $container = null) Create a new class instance. Parameters Container $container Return Value void

Pipeline::__construct()

void __construct(Container $container = null) Create a new class instance. Parameters Container $container Return Value void

PipelineServiceProvider

PipelineServiceProvider class PipelineServiceProvider extends ServiceProvider (View source) Methods void __construct(Application $app) Create a new service provider instance. from ServiceProvider void register() Register the service provider. static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. from ServiceProvider void commands(array|mixed $commands) Register the package's custom Artisan commands. from ServiceProvider array

PipelineServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

PipelineServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

PipelineServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

PipelineServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

PipelineServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array