class Illuminate / Foundation / Support / Providers / AuthServiceProvider
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

AuthServiceProvider

Extends

Properties

protected

$policies array

The policy mappings for the application.

Default: []

Methods

public

register ( ) : void

Register the application's policies.

public

registerPolicies ( ) : void

Register the application's policies.

public

policies ( ) : array

Get the policies defined on the provider.