Documentation

AuthServiceProvider extends AuthServiceProvider
in package

Table of Contents

$policies  : array<string|int, mixed>
The policy mappings for the application.
boot()  : void
Register any authentication / authorization services.

Properties

$policies

The policy mappings for the application.

protected array<string|int, mixed> $policies = ['App\\Model' => 'App\\Policies\\ModelPolicy']

Methods

boot()

Register any authentication / authorization services.

public boot() : void
Return values
void

Search results