class FileCacheServiceProvider extends ServiceProvider

Methods

void
boot(Dispatcher $events)

Bootstrap the application events.

void
register()

Register the service provider.

array
provides()

Get the services provided by the provider.

registerScheduledPruneCommand(mixed $app)

Register the scheduled command to prune the file cache.

Details

at line 20
void boot(Dispatcher $events)

Bootstrap the application events.

Parameters

Dispatcher $events

Return Value

void

at line 44
void register()

Register the service provider.

Return Value

void

at line 63
array provides()

Get the services provided by the provider.

Return Value

array

at line 75
registerScheduledPruneCommand(mixed $app)

Register the scheduled command to prune the file cache.

Parameters

mixed $app

Laravel or Lumen application instance.