Libraries tagged by laravel-query
dipenparmar12/laravel-query-log
4653 Downloads
A Laravel package for log queries in user defined log channel. Your all queries will save in the log file, and you can view it anytime.
curder/laravel-query-cache
1015 Downloads
Cache all {select} queries or only the duplicate ones for a specific Eloquent model
cosnavel/laravel-query-localization
8069 Downloads
Query String Localization Package for Laravel
stephenlake/laravel-queryable
963 Downloads
Laravel HTTP query parameter based model filtering and searching.
rdx/laravel-querylog
1037 Downloads
nvmcommunity/laravel-eloquent-api
695 Downloads
Easily build Eloquent queries from API requests using Alchemist Restful API.
skycoder/query-shorter
355 Downloads
Laravel query shorter & generator package
partechgss/laravel-mongo-aggregate-builder
4508 Downloads
Laravel Query Builder for PHP MongoDB aggregate queries.
nihilsen/laravel-join-using
100 Downloads
Add support for the USING directive in join constraints for Laravel query builder
mjedari/larafilter
29 Downloads
Simple laravel query string based filter package
itul/sql-to-laravel
1203 Downloads
Convert a raw sql query string to a laravel query builder class.
eusonlito/laravel-database-cache
3383 Downloads
Cache Database Query results on Laravel Query Builder or Eloquent
abdulelahragih/querybuilder
480 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.
if4lcon/laravel-clear-orders-by
16000 Downloads
Clear orders by in Laravel query builder
zgldh/laravel-query-filter
13 Downloads
An easier way to filter Eloquent and Models. Save you from Request::input and Where hell.