spacebib / event-viewer
A Laravel package that can be used to view event streams
Installs: 9 828
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 3
Language:JavaScript
Requires
- php: >=7.2
- illuminate/support: ^8|^9|^10
Requires (Dev)
- orchestra/testbench: ^6|^7|^8
- squizlabs/php_codesniffer: ^3
This package is not auto-updated.
Last update: 2025-01-17 11:52:51 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.