Libraries tagged by laravel-query
aginev/search-filters
7209 Downloads
Easily apply search criteria on Laravel 5+ queries
mihai-valentin/laravel-order-by-field
12159 Downloads
A simple Laravel `Query\Builder` extension that adds MySQL-like "order by field" feature
microweber-deps/eloquent-serialize
9914 Downloads
Laravel Query Builder (Eloquent) serialization
felipeva/inertia-table
3772 Downloads
A Laravel package to help you quickly build Inertia.js data tables with the help of Laravel Query Builder and Spatie's Laravel Data.
eusonlito/laravel-database-cache
3656 Downloads
Cache Database Query results on Laravel Query Builder or Eloquent
abdulelahragih/querybuilder
1156 Downloads
Fast, lightweight and simple SQL query builder that does not depend on any third-party library besides PDO to execute the queries in a safe way. The syntax is inspired by Laravel Query Builder.
yorcreative/laravel-query-watcher
4 Downloads
A Laravel package that provides configurable application query capturing & monitoring.
uteq/laravel-query-builder-macros
1516 Downloads
A set of common Laravel Uteq helpers and macros
sunaoka/laravel-query-logger
831 Downloads
Query logger for Laravel.
socialblue/laravel-query-adviser
3319 Downloads
With Laravel Query Adviser you can get more insights into the SQL queries created by Eloquent models used in your app. It logs the queries used by your application and provides a helpful overview of the SQL queries. You can rerun the SQL query to analyze the database impact or copy the SQL query to your clipboard. The handy card view allows you to quickly point out the pain points of your application's SQL queries.
ritaswc/laravel-query-logger
9208 Downloads
A dev tool to log all queries for laravel application.
ponchrobles/inertiajs-tables-laravel-query-builder
360 Downloads
Inertia.js Front-end Components for Spatie's Laravel Query Builder
pnlinh/laravel-query-logger
143 Downloads
Quick enable/disable query logger in Laravel
oooiik/laravel-query-filter
240 Downloads
In Laravel, it is convenient to write the query filter related to the model in a separate class
morrislaptop/laravel-query-builder-dump
35621 Downloads
Adds the ability to dump the query builder inline