Download the PHP package hebinet/laravel-query-detector without Composer
On this page you can find all versions of the php package hebinet/laravel-query-detector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hebinet/laravel-query-detector
More information about hebinet/laravel-query-detector
Files in hebinet/laravel-query-detector
Package laravel-query-detector
Short Description Laravel N+1 Query Detector
License MIT
Homepage https://github.com/hebinet/laravel-query-detector
Informations about the package laravel-query-detector
Laravel N+1 Query Detector
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).
Installation
You can install the package via composer:
The package will automatically register itself.
Documentation
You can find the documentation on our website.
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Marcel Pociot
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-query-detector with dependencies
illuminate/support Version ^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0