An open API service indexing awesome lists of open source software.

https://github.com/codler/laravel-query-viewer

Laravel Bundle - Query Viewer
https://github.com/codler/laravel-query-viewer

Last synced: 7 months ago
JSON representation

Laravel Bundle - Query Viewer

Awesome Lists containing this project

README

          

# Query Viewer

## Installation

### Aritsan

php artisan bundle:install query-viewer

### Bundle Registration

Add the following to your **application/bundles.php** file:

'query-viewer' => array('auto' => true),

## Usage

To see the queries add `?debug-query=1` in the url and Query Viewer are only enabled in local environment. (LARAVEL_ENV = local)