laranex / laralog-client
Client package for Laralog Server
v1.0.1
2023-03-21 06:04 UTC
Requires
- php: ^7.0|^8.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-11-21 10:06:40 UTC
README
Laravel custom log channel for Laralog Server
This package works together with Laralog Server and you need to set up a log server using Laralog Server for using this package.
Installation
You can install the package via composer:
composer require laranex/laralog-client
Configuration
php artisan vendor:publish --tag="laralog-client"
Update your default log channel and laralog credentials in .env
LOG_CHANNEL=laralog LARALOG_CLIENT_BASE_URL LARALOG_CLIENT_TEAM_SECRET_KEY
For usage reference, please refer to Logging - Laravel
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email naythukhant644@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.