Overview

Namespaces

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

Classes

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

Class EventServiceProvider

Illuminate\Foundation\Support\Providers\EventServiceProvider
Extended by App\Providers\EventServiceProvider
Namespace: App\Providers
Located at Providers/EventServiceProvider.php
Methods summary
public
# boot( Illuminate\Contracts\Events\Dispatcher $events )

Register any other events for your application.

Register any other events for your application.

Parameters

$events
Properties summary
protected array $listen

The event listener mappings for the application.

The event listener mappings for the application.

# [ 'App\Events\SomeEvent' => [ 'App\Listeners\EventListener', ], ]
API documentation generated by ApiGen