spacebib/event-viewer

A Laravel package that can be used to view event streams

Installs: 7 805

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 3

Language:JavaScript

v2.1 2024-03-21 03:00 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.