App\Providers\AuthServiceProvider Class Reference
Inheritance diagram for App\Providers\AuthServiceProvider:

Public Member Functions

 boot (GateContract $gate)
 Register any application authentication / authorization services. More...
 

Protected Attributes

 $policies
 

Detailed Description

Definition at line 8 of file AuthServiceProvider.php.

Member Function Documentation

App\Providers\AuthServiceProvider::boot ( GateContract  $gate)

Register any application authentication / authorization services.

Parameters
\Illuminate\Contracts\Auth\Access\Gate$gate
Returns
void

Definition at line 25 of file AuthServiceProvider.php.

26  {
27  $this->registerPolicies($gate);
28 
29  //
30  }

Member Data Documentation

App\Providers\AuthServiceProvider::$policies
protected
Initial value:
= [
'App\Model' => 'App\Policies\ModelPolicy'

Definition at line 15 of file AuthServiceProvider.php.


The documentation for this class was generated from the following file: