class
Illuminate
/
Foundation
/
Providers
/
FoundationServiceProvider
You are viewing an older version of the documentation. For the latest, please visit master documentation.
FoundationServiceProvider
Extends
Properties
protected
$providers string[]
The provider class names.
Default: array
Methods
public
boot ( ) : void
Boot the service provider.
public
register ( ) : void
Register the service provider.
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.