Documentation

PaketServiceProvider extends ServiceProvider
in package
uses PathNamespace

Table of Contents

Properties

$name  : string
$nameLower  : string

Methods

boot()  : void
Boot the application events.
provides()  : array<string|int, mixed>
Get the services provided by the provider.
register()  : void
Register the service provider.
registerTranslations()  : void
Register translations.
registerViews()  : void
Register views.
registerCommands()  : void
Register commands in the format of Command::class
registerCommandSchedules()  : void
Register command Schedules.
registerConfig()  : void
Register config.
getPublishableViewPaths()  : array<string|int, mixed>

Properties

Methods

provides()

Get the services provided by the provider.

public provides() : array<string|int, mixed>
Return values
array<string|int, mixed>

registerCommands()

Register commands in the format of Command::class

protected registerCommands() : void

registerCommandSchedules()

Register command Schedules.

protected registerCommandSchedules() : void

getPublishableViewPaths()

private getPublishableViewPaths() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results