Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Framework
Providers
AuthServiceProvider
PHP Class Framework\Providers\AuthServiceProvider
Inheritance:
extends
Illuminate\Foundation\Support\Providers\AuthServiceProvider
Mostrar archivo
Open project: vinelab/lucid
Protected Properties
Property
Type
Description
$policies
array
The policy mappings for the application.
Public Methods
Method
Description
boot
( ) :
void
Register any authentication / authorization services.
Method Details
boot()
public
method
Register any authentication / authorization services.
public
boot
( ) :
void
return
void
Property Details
$policies
protected_oe property
The policy mappings for the application.
protected
array
$policies
return
array