- Not EventServiceProvider, but `Event::listen(CspViolationReceived::class, LogCspViolation::class);` inn AppServiceProvider `boot` - Listening for events and Built-in listeners should be combined as an easy "copy and paste" section for getting started. - add build status and coveralls coverage badges
Event::listen(CspViolationReceived::class, LogCspViolation::class);inn AppServiceProviderboot