hebinet/laravel-query-detector is a Laravel package for laravel n+1 query detector.
It currently has 0 GitHub stars and 456 downloads on Packagist (latest version v1.8.0).
Install it with composer require hebinet/laravel-query-detector.
Discover more Laravel packages by hebinet
or browse all Laravel packages to compare alternatives.
Last updated
The Laravel N+1 query detector helps you to increase your application's performance by reducing the number of queries it executes. This package monitors your queries in real-time, while you develop your application and notify you when you should add eager loading (N+1 queries).

You can install the package via composer:
composer require hebinet/laravel-query-detector --dev
The package will automatically register itself.
You can find the documentation on our website.
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.