PipelineServiceProvider::compiles()

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

PipelineServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands 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

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

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::via()

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

Pipeline::through()

$this through(array|mixed $pipes) Set the array of pipes. Parameters array|mixed $pipes Return Value $this

Pipeline::through()

$this through(array|mixed $pipes) Set the array of pipes. Parameters array|mixed $pipes Return Value $this