laranex/laralog-client

Client package for Laralog Server

v1.0.1 2023-03-21 06:04 UTC

This package is auto-updated.

Last update: 2024-04-21 08:40:15 UTC


README

Latest Version on Packagist Total Downloads

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.