Download the PHP package venkatesanchinna/log-monitor without Composer
On this page you can find all versions of the php package venkatesanchinna/log-monitor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download venkatesanchinna/log-monitor
More information about venkatesanchinna/log-monitor
Files in venkatesanchinna/log-monitor
Package log-monitor
Short Description Provides Laravel error log monitor
License MIT
Homepage https://github.com/venkatesanchinna/log-monitor
Informations about the package log-monitor
Log Monitor
Log Monitor is a Laravel package that provides an intuitive UI for viewing and managing application logs. It supports all Laravel versions and works seamlessly with Bootstrap 3 and 4.
Features
- Supports all Laravel versions
- UI built with Bootstrap 3 & 4
- Real-time log monitoring
- Easy installation and configuration
- Lightweight and fast
- Can preview cusom logs
- Folder based logs
Installation
You can install the package via Composer:
If you encounter stability issues, you may need to specify the development branch:
Publish Assets and Configurations
After installing, publish the package assets and config files:
Configuration
The configuration file can be found at:
You can update settings such as log file location, UI preferences, and log levels.
Usage
Accessing the Log Monitor
After installation, you can access the log monitor UI by visiting:
Blade Integration
You can include the log monitor in your Blade templates:
Publishing Views
To customize the UI, you can publish the views:
The views will be available in:
Translations
To use translations, publish the language files:
Translations will be stored in:
Artisan Commands
Log Monitor provides the following artisan commands:
Credits
This package was inspired from ARCANEDEV/LogViewer.
Author
Venkatesan C\ Email: [email protected]
License
This package is open-sourced software licensed under the MIT license.
All versions of log-monitor with dependencies
php Version ^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3
illuminate/contracts Version ^5.4 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0
illuminate/support Version ^5.4 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0
psr/log Version ^1.0 || ^1.1 || ^2.0 || ^3.0