Download the PHP package denniseilander/pulse-log-files without Composer
On this page you can find all versions of the php package denniseilander/pulse-log-files. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download denniseilander/pulse-log-files
More information about denniseilander/pulse-log-files
Files in denniseilander/pulse-log-files
Package pulse-log-files
Short Description A lightweight Laravel Pulse package for effortlessly viewing available log files in your current project.
License MIT
Homepage https://github.com/denniseilander/pulse-log-files
Informations about the package pulse-log-files
Laravel Pulse - Log Files
A lightweight Laravel Pulse package for effortlessly viewing available log files in your current project.
Installation
You can install the package via composer:
Register the recorder
To let Laravel Pulse check the available log files, you need to register the recorder in the config/pulse.php
file.
Change the interval (optional)
By default, the recorder will be checked once every 5 minutes.
You can change this by adding the run_every_seconds
key to the array.
Optionally, you can publish the views using
Usage
You can use the component in your views like this:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Dennis Eilander
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of pulse-log-files with dependencies
illuminate/contracts Version ^10.0|^11.0
laravel/pulse Version ^1.0@beta
spatie/laravel-package-tools Version ^1.16.0