Skip to content

BNhashem16/debug-query

Repository files navigation

This is debug-query package

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.

About

No description, website, or topics provided.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages