承接 codeboxr/writelog 相关项目开发

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

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

codeboxr/writelog

Composer 安装命令:

composer require codeboxr/writelog

包简介

simplified logging for laravel

README 文档

README

Simplified logging for laravel application. You can use it for log your message, array, object etc. Sometimes we need to see if the data is coming from the request or database without stopping the execution of the application. we can easily check by this package.

Downloads Starts

Requirements

  • PHP >=7.2
  • Laravel >= 6

Installation

composer require codeboxr/writelog

Usage

use Codeboxr\Writelog\Facade\WriteLog

WriteLog::log(['codeboxr','laravel']);

or you can simply use our helper methods

writelog(['codeboxr','laravel']);

If you want to to edit your file path or file name you should publish config file

php artisan vendor:publish --provider="Codeboxr\Writelog\WriteLogServiceProvider"

after publishing the config you can see it in config/writelog.php then you can customize everything in your ways

return [
    
    "directory" => base_path(), // Log Store Directory path
    
    "file_name" => "debug.log" // Log file name
];

Contributing

Contributions to the Writelog package are welcome. Please note the following guidelines before submitting your pull request.

  • Follow PSR-4 coding standards.

License

Writelog is licensed under the MIT License.

Copyright 2022 Codeboxr

统计信息

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

GitHub 信息

  • Stars: 6
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-06-16

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固