Overview

Namespaces

  • App
    • Console
      • Commands
    • Events
    • Exceptions
    • Http
      • Controllers
        • Auth
      • Middleware
      • Requests
    • Jobs
    • Providers

Classes

  • AppServiceProvider
  • AuthServiceProvider
  • EventServiceProvider
  • RouteServiceProvider
  • Overview
  • Namespace
  • Class

Class AuthServiceProvider

Illuminate\Foundation\Support\Providers\AuthServiceProvider
Extended by App\Providers\AuthServiceProvider
Namespace: App\Providers
Located at Providers/AuthServiceProvider.php
Methods summary
public
# boot( Illuminate\Contracts\Auth\Access\Gate $gate )

Register any application authentication / authorization services.

Register any application authentication / authorization services.

Parameters

$gate
Properties summary
protected array $policies

The policy mappings for the application.

The policy mappings for the application.

# [ 'App\Model' => 'App\Policies\ModelPolicy', ]
API documentation generated by ApiGen