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
- Host: GitHub
- URL: https://github.com/codler/laravel-query-viewer
- Owner: codler
- Created: 2012-02-24T23:17:32.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-25T17:14:42.000Z (almost 14 years ago)
- Last Synced: 2025-03-29T23:22:57.779Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 93.8 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)