ServiceProvider

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.

doc_Laravel
2016-11-02 16:38:36
Comments
Leave a Comment

Please login to continue.