定制 xabou/sql-dumper 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

xabou/sql-dumper

Composer 安装命令:

composer require xabou/sql-dumper

包简介

Laravel SQL Queries Dumper

README 文档

README

All good things come to an end. Thanks everyone for using this package :)

Laravel SQL Dumper

Display SQL queries executed for current page.

Installation

1. Require via composer

Add the xabou/sql-dumper Composer dependency to your project.

composer require xabou/sql-dumper

2. Register Service Provider

Open config/app.php and append providers array with:

Xabou\SqlDumper\SqlDumperServicePRovider::class

Configuration

Publish Dumper's configuration file to enable\disable it .

php artisan vendor:publish --tag=sql-dumper-config

A config file with name sql-dumper.php will be created.

return [

    /*
   |--------------------------------------------------------------------------
   | Feature Flag
   |--------------------------------------------------------------------------
   |
   | Here you can enable\disable dumper.
   |
   */

    'enabled' => true,
];

Usage

Enable dumper through config file and see every SQL query executed for current page.

Note: Dumper will only render queries in any non production environment.

License

This package is released under the MIT License.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-01-31

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固