Home

Awesome

Abandoned:

Use this package instead


Laravel QueryDumper

laravel 5.1 laravel 5.2 laravel 5.3 downloads

Introduction

Simple Laravel 5 package to dump all running queries on the page. If it's SELECT query, it will also show EXPLAIN information against it.

Screenshot

Main Window

Requirements

Installation

Install via composer

composer require sarfraznawaz2005/querydumper

Add Service Provider to config/app.php in providers section

Sarfraznawaz2005\QueryDumper\QueryDumperServiceProvider::class,

Run php artisan vendor:publish to publish package's config file. You should now have querydumper.php file published in app/config folder.

Config Options

Related Package

QueryLine

License

This code is published under the MIT License. This means you can do almost anything with it, as long as the copyright notice and the accompanying license file is left intact.