TelescopeServiceProvider
extends TelescopeApplicationServiceProvider
in package
Table of Contents
- register() : void
- Register any application services.
- gate() : void
- Register the Telescope gate.
- hideSensitiveRequestDetails() : void
- Prevent sensitive request details from being logged by Telescope.
Methods
register()
Register any application services.
public
register() : void
Return values
void —gate()
Register the Telescope gate.
protected
gate() : void
This gate determines who can access Telescope in non-local environments.
Return values
void —hideSensitiveRequestDetails()
Prevent sensitive request details from being logged by Telescope.
protected
hideSensitiveRequestDetails() : void