ServiceProvider (Support)

ServiceProvider

class ServiceProvider (View source)

Methods

void __construct(Application $app)

Create a new service provider instance.

static array pathsToPublish(string $provider = null, string $group = null)

Get the paths to publish.

void commands(array|mixed $commands)

Register the package's custom Artisan commands.

array provides()

Get the services provided by the provider.

array when()

Get the events that trigger this service provider to register.

bool isDeferred()

Determine if the provider is deferred.

static array compiles()

Get a list of files that should be compiled for the package.

Details

void __construct(Application $app)

Create a new service provider instance.

Parameters

Application $app

Return Value

void

static array pathsToPublish(string $provider = null, string $group = null)

Get the paths to publish.

Parameters

string $provider
string $group

Return Value

array

void commands(array|mixed $commands)

Register the package's custom Artisan commands.

Parameters

array|mixed $commands

Return Value

void

array provides()

Get the services provided by the provider.

Return Value

array

array when()

Get the events that trigger this service provider to register.

Return Value

array

bool isDeferred()

Determine if the provider is deferred.

Return Value

bool

static array compiles()

Get a list of files that should be compiled for the package.

Return Value

array

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.3/Illuminate/Support/ServiceProvider.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部