laravel maintained by xray-log
Description
Laravel integration for xRay Logger
Author
Last update
2025/01/06 11:55
(dev-main)
License
Downloads
146
Tags
xRay for Laravel
Laravel integration for xRay. This package provides an easy way to debug and log your Laravel application.
Main Application: xRay
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.