Download the PHP package blissjaspis/laravel-query-detector without Composer
On this page you can find all versions of the php package blissjaspis/laravel-query-detector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download blissjaspis/laravel-query-detector
More information about blissjaspis/laravel-query-detector
Files in blissjaspis/laravel-query-detector
Package laravel-query-detector
Short Description Laravel N+1 Query Detector
License MIT
Homepage https://github.com/blissjaspis/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).
History
This repository is a fork of beyondcode/laravel-query-detector. Why forked? The fork was created because the original package hadn't been updated to support Laravel 11, leaving users uncertain about its future compatibility. By forking the repository, aim to ensure that this essential package remains up-to-date and compatible with the latest Laravel versions.
Compatibility
This package only compatible with Laravel version 10 and above and there are no plans to support below that. This is to ensure easy maintenance of this package.
Installation
You can install the package via composer:
The package will automatically register itself.
Documentation
On going...
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
- Bliss Jaspis
- 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/database Version ^10.0 || ^11.0
illuminate/support Version ^10.0 || ^11.0