PHPackages                             dipenparmar12/laravel-query-log - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. dipenparmar12/laravel-query-log

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

dipenparmar12/laravel-query-log
===============================

A Laravel package for log queries in user defined log channel. Your all queries will save in the log file, and you can view it anytime.

1.0.0(5y ago)74.8k3[1 issues](https://github.com/dipenparmar12/laravel-query-log/issues)[1 PRs](https://github.com/dipenparmar12/laravel-query-log/pulls)MITPHPPHP ^7.1

Since Jul 18Pushed 4y ago1 watchersCompare

[ Source](https://github.com/dipenparmar12/laravel-query-log)[ Packagist](https://packagist.org/packages/dipenparmar12/laravel-query-log)[ RSS](/packages/dipenparmar12-laravel-query-log/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Laravel Query Log
=================

[](#laravel-query-log)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e0ddecc6261de19068c83f9c91fa6d2e0de0adf30b7b7c21aeee9c32298159c6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f646970656e7061726d617231322f6c61726176656c2d71756572792d6c6f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dipenparmar12/laravel-query-log)[![Total Downloads](https://camo.githubusercontent.com/d18ab7fc9ce36b92765a17e841309b65a19023d295d1e71a227284ce5db8f5c0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f646970656e7061726d617231322f6c61726176656c2d71756572792d6c6f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dipenparmar12/laravel-query-log)

A Laravel package for log queries in user defined log channel. Your all queries will save in the log file, and you can view it anytime.

Installation
------------

[](#installation)

Install the package via composer:

```
composer require dipenparmar12/laravel-query-log
```

> **Note**: Make sure this package used only in development environment, Otherwise may you face decreased performance in production.

Optionally, you can publish the config file of this package with this command:

> php artisan vendor:publish --provider="Dipenparmar12\\QueryLog\\StoreQueryLogServiceProvider" --tag="config"

The following config file will be published in config/querylog.php

```
