class
Illuminate
/
Foundation
/
Providers
/
FoundationServiceProvider
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
FoundationServiceProvider
Extends
Properties
protected
$providers string[]
The provider class names.
Default: array
public
$singletons array
The singletons to register into the container.
Default: array
Methods
public
boot ( ) : void
Boot the service provider.
public
register ( ) : void
Register the service provider.
public
registerDumper ( ) : void
Register a var dumper (with source) to debug variables.
public
registerRequestValidation ( ) : void
Register the "validate" macro on the request.
public
registerRequestSignatureValidation ( ) : void
Register the "hasValidSignature" macro on the request.
protected
registerExceptionTracking ( ) : void
Register an event listener to track logged exceptions.
public
registerMaintenanceModeManager ( ) : void
Register the maintenance mode manager service.