PHP Class Fenos\Notifynder\NotifynderServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Datei anzeigen Open project: fenos/notifynder

Public Methods

Method Description
boot ( ) * Boot the publishing config
register ( ) Register Bindings.

Protected Methods

Method Description
artisan ( ) Register Artisan commands.
builder ( ) Bind Builder.
categories ( ) Bind Notifynder Categories to IoC.
config ( ) Publish config files.
contracts ( ) Contracts of notifynder.
events ( ) Bind Dispatcher.
groups ( ) Bind Groups.
migration ( ) Publish migration files.
migrationFilepath ( string $filename ) : string
notifications ( ) Bind the notifications.
notifynder ( ) Bind Notifynder.
publishMigration ( string $filename )
senders ( ) Bind Senders.
translator ( ) Bind Translator.

Method Details

artisan() protected method

Register Artisan commands.
protected artisan ( )

boot() public method

* Boot the publishing config
public boot ( )

builder() protected method

Bind Builder.
protected builder ( )

categories() protected method

Bind Notifynder Categories to IoC.
protected categories ( )

config() protected method

Publish config files.
protected config ( )

contracts() protected method

Contracts of notifynder.
protected contracts ( )

events() protected method

Bind Dispatcher.
protected events ( )

groups() protected method

Bind Groups.
protected groups ( )

migration() protected method

Publish migration files.
protected migration ( )

migrationFilepath() protected method

protected migrationFilepath ( string $filename ) : string
$filename string
return string

notifications() protected method

Bind the notifications.
protected notifications ( )

notifynder() protected method

Bind Notifynder.
protected notifynder ( )

publishMigration() protected method

protected publishMigration ( string $filename )
$filename string

register() public method

Register Bindings.
public register ( )

senders() protected method

Bind Senders.
protected senders ( )

translator() protected method

Bind Translator.
protected translator ( )