xray-log/laravel

Laravel integration for xRay Logger

v1.0.1 2025-01-06 10:55 UTC

This package is auto-updated.

Last update: 2025-01-06 10:58:51 UTC


README

xRay Logo

Laravel integration for xRay. This package provides an easy way to debug and log your Laravel application.

Main Application: xRay

Build Status Total Downloads Latest Stable Version License

Installation

You can install the package via composer:

composer require --dev xray-log/laravel 

Usage

Here are some examples of how to use xRay Logger:

// Direct logging (defaults to info)
xRay('Info message');

// Different log levels
xRay('Error message')->error();
xRay('Warning message')->warning();
xRay('Debug message')->debug();

// With exit
xRay('Debug this')->exit();

License

The XRay Log Laravel Package is open-sourced software licensed under the MIT license.