bnhashem/debug-query

This is my package debug-query

Fund package maintenance!
:vendor_name

Installs: 832

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/bnhashem/debug-query

v2.0.0 2022-03-23 18:55 UTC

This package is auto-updated.

Last update: 2025-10-24 02:24:37 UTC


README

Installation

You can install the package via composer:

composer require bnhashem/debug-query --dev

Usage

$users = User::where('email', 'test@test.com');
$users->sql();

Show Sql Query

"select * from `users` where `email` = 'test@test.com'"

All Contributors

License

The MIT License (MIT). Please see License File for more information.