2017 © Pedro Peláez
 

library queryline

QueryLine is a laravel package to show time graph against run quries on a page.

image

sarfraznawaz2005/queryline

QueryLine is a laravel package to show time graph against run quries on a page.

  • Wednesday, February 14, 2018
  • by sarfraznawaz2005
  • Repository
  • 1 Watchers
  • 6 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 11 % Grown

The README.md

Laravel QueryLine

Code Climate laravel 5.1 laravel 5.2 laravel 5.3 downloads, (*1)

Introduction

QueryLine is a laravel package to show time graph against run queries on a page thereby allowing to see which are slow/fast queries running on the page., (*2)

Screenshot

Main Window, (*3)

Requirements

  • PHP >= 5.6
  • Laravel 5

Installation

Install via composer, (*4)

composer require sarfraznawaz2005/queryline

Add Service Provider to config/app.php in providers section, (*5)

Sarfraznawaz2005\QueryLine\ServiceProvider::class,

Run php artisan vendor:publish to publish package's config file. You should now have queryline.php file published in app/config folder., (*6)

Config Options

  • enabled : Enable or disable QueryLine. By default it is disabled. If you are on local environment, you can also just add QUERYLINE=true to env file to enable it.
  • querystring_name : Whatever value for this config is set, you will be able to see all running quries by appending this value in your url as query string. Example: http://www.yourapp.com/someurl?vvv. Default value is vvv.

QueryDumper, (*7)

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., (*8)

The Versions

14/02 2018

dev-master

9999999-dev

QueryLine is a laravel package to show time graph against run quries on a page.

  Sources   Download

MIT

The Requires

 

laravel sql eloquent query graph

14/02 2018

1.1.0

1.1.0.0

QueryLine is a laravel package to show time graph against run quries on a page.

  Sources   Download

MIT

The Requires

 

laravel sql eloquent query graph

22/01 2018

1.0.0

1.0.0.0

QueryLine is a laravel package to show time graph against run quries on a page.

  Sources   Download

MIT

The Requires

 

laravel sql eloquent query graph