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

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

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

lawnstarter/laravel-log-test

最新稳定版本:v0.2.1

Composer 安装命令:

composer require lawnstarter/laravel-log-test

包简介

a simple command that allows you to test the laravel logging functionality

README 文档

README

This package offers a simple command that lets you test the logging functionality by running an artisan command. This is helpful for any environment where interactive commands like php artisan tinker cannot be used. We created this package to ensure our serverless Laravel projects (via Laravel Vapor) correctly sent errors to Rollbar.

Using Laravel Log Test

Install the package

composer require lawnstarter/laravel-log-test

You can then try it out by running:

php artisan log:test

Laravel's auto discovery functionality should automatically enable the command for your application.

Contributing

If you want ot contribute to the package, you are welcome to. Contribution guidelines are still to be determined, but the steps below should help you get started.

Development

To start developing, clone down the github repository and install the dependencies:

composer install

Testing

To run the tests, clone the package, install dependencies and run:

./vendor/bin/phpunit

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-02-12