Skip to content

codler/Laravel-Query-Viewer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

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)

About

Laravel Bundle - Query Viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages