spacebib/event-viewer

A Laravel package that can be used to view event streams

Maintainers

Package info

github.com/Spacebib/event-viewer

Language:JavaScript

pkg:composer/spacebib/event-viewer

Statistics

Installs: 11 060

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 3

v2.3 2025-09-26 06:52 UTC

README

A Laravel package that can be used to view event streams

Install

composer require spacebib/event-viewer

Setup

  • php artisan vendor:publish
  • config config/event-viewer.php
  • view '/event-viewer'

Authorization

By default, you will only be able to access this view in the local environment. Within your config/event-viewer.php file, there is a accessEmails option. This option controls access to EventViewer in non-local environments. You are free to modify this option as needed to restrict access to your EventViewer.