LaravelPackages.net
Acme Inc.
Toggle sidebar
bnhashem/debug-query

This is my package debug-query

832
5
v2.0.0
About bnhashem/debug-query

bnhashem/debug-query is a Laravel package for this is my package debug-query. It currently has 5 GitHub stars and 832 downloads on Packagist (latest version v2.0.0). Install it with composer require bnhashem/debug-query. Discover more Laravel packages by bnhashem or browse all Laravel packages to compare alternatives.

Last updated

This is debug-query package

Installation

You can install the package via composer:

composer require bnhashem/debug-query --dev

Usage


$users = User::where('email', '[email protected]');
$users->sql();

Show Sql Query

"select * from `users` where `email` = '[email protected]'"

All Contributors

License

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

Comments