class LargoServiceProvider extends ServiceProvider

Methods

void
boot(Modules $modules, Router $router)

Bootstrap the application events.

void
register()

Register the service provider.

array
provides()

Get the services provided by the provider.

Details

at line 30
void boot(Modules $modules, Router $router)

Bootstrap the application events.

Parameters

Modules $modules
Router $router

Return Value

void

at line 79
void register()

Register the service provider.

Return Value

void

at line 114
array provides()

Get the services provided by the provider.

Return Value

array