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. |
Please login to continue.