class LaserpointsServiceProvider 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 19
void boot(Modules $modules, Router $router)

Bootstrap the application events.

Parameters

Modules $modules
Router $router

Return Value

void

at line 58
void register()

Register the service provider.

Return Value

void

at line 79
array provides()

Get the services provided by the provider.

Return Value

array