All Downloads are FREE. Search and download functionalities are using the official Maven repository.

php-lumen.EventServiceProvider.php.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
licenseInfoLumen}}
namespace App\Providers;

use Laravel\Lumen\Providers\EventServiceProvider as ServiceProvider;

class EventServiceProvider extends ServiceProvider
{
    /**
     * The event listener mappings for the application.
     *
     * @var array
     */
    protected $listen = [
        \App\Events\ExampleEvent::class => [
            \App\Listeners\ExampleListener::class,
        ],
    ];
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy