Download the PHP package loburets/laravel-query-printer without Composer
On this page you can find all versions of the php package loburets/laravel-query-printer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download loburets/laravel-query-printer
More information about loburets/laravel-query-printer
Files in loburets/laravel-query-printer
Download loburets/laravel-query-printer
More information about loburets/laravel-query-printer
Files in loburets/laravel-query-printer
Vendor loburets
Package laravel-query-printer
Short Description An easy way to print queries and query logs in Laravel
License MIT
Package laravel-query-printer
Short Description An easy way to print queries and query logs in Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-query-printer
🖨️ Laravel Query Printer
An easy way to print Laravel queries
📌 Example
🔹 Output without this package:
🔹 Output with this package:
Now you can simply copy and execute the query without struggling with bindings 🙌
🚀 Installation
For Laravel < 5.5, add the alias in config/app.php
:
🛠️ Usage
✅ Printing a Query Builder instance
You can print a query before execution:
✅ Printing executed queries from query logs
You can also print queries after they have been executed:
Now debugging Laravel queries is easier than ever! 🎯
All versions of laravel-query-printer with dependencies
PHP Build Version
Package Version
No informations.
The package loburets/laravel-query-printer contains the following files
Loading the files please wait ....