logviewer / logviewer
Requires
- php: ^7.3|^7.4|^8.0|^8.1|^8.2|^8.3
This package is auto-updated.
Last update: 2025-03-31 06:47:47 UTC
README
Logviewer is a Laravel package that provides a log viewing functionality for your Laravel applications.
Installation
You can install the Logviewer package via Composer:
composer require logviewer/logviewer
Configuration
After installing the Logviewer package, you need to publish its configuration file using the following artisan command:
php artisan vendor:publish --provider="Logviewer\Logviewer\LogServiceProvider"
This will publish the configuration file to Config/logviewer.php.
Usage
Once the package is installed and configured, you can use the log viewing functionality by accessing the /log-viewer route in your Laravel application.
It redirects to the login page.
Login Credentials
- Email: sparkout@123.com
- Password: Sparkout@123
Contributing
Thank you for considering contributing to the Logviewer package! Please feel free to submit bug reports, feature requests, or pull requests.
License
The Logviewer package is open-source software licensed under the MIT license.