class QueueAlertServiceProvider extends ServiceProvider

Methods

void
boot()

Bootstrap the application events.

void
register()

Register the service provider.

registerScheduledCommands(mixed $app)

Register the scheduled command to prune the file cache.

Details

at line 17
void boot()

Bootstrap the application events.

Return Value

void

at line 38
void register()

Register the service provider.

Return Value

void

at line 48
registerScheduledCommands(mixed $app)

Register the scheduled command to prune the file cache.

Parameters

mixed $app

Laravel or Lumen application instance.