FileCacheServiceProvider
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.
at line 44
void
register()
Register the service provider.
at line 63
array
provides()
Get the services provided by the provider.
at line 75
registerScheduledPruneCommand(mixed $app)
Register the scheduled command to prune the file cache.