class ServiceProvider extends ServiceProvider (View source)

class ServiceProvider.

Constants

CONFIG_PATH

Methods

void
boot()

Inject the configurration for this package from the application enviroment during boot.

void
register()

Binds this package with the Laravel Application.

Details

void boot()

Inject the configurration for this package from the application enviroment during boot.

Return Value

void

void register()

Binds this package with the Laravel Application.

Return Value

void