承接 xray-log/laravel 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

xray-log/laravel

最新稳定版本:v1.0.1

Composer 安装命令:

composer require xray-log/laravel

包简介

Laravel integration for xRay Logger

README 文档

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.

统计信息

  • 总下载量: 142
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 10
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 10
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-12-24