spacebib / event-viewer
A Laravel package that can be used to view event streams
Package info
github.com/Spacebib/event-viewer
Language:JavaScript
pkg:composer/spacebib/event-viewer
v2.3
2025-09-26 06:52 UTC
Requires
- php: >=7.2
- illuminate/support: ^8|^9|^10|^11|^12
Requires (Dev)
- orchestra/testbench: ^6|^7|^8|^9|^10
- squizlabs/php_codesniffer: ^3
This package is not auto-updated.
Last update: 2026-03-10 05:24:54 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.