Libraries tagged by laravel query
ramadan/custom-fresh
120 Downloads
A Laravel package to specify the tables that you do not want to drop while refreshing the database.
primitive/flexible-where-between
2 Downloads
ericdowell/feature-toggle
373 Downloads
Simple feature toggle api for Laravel applications.
thinmy/cached-eloquent-user
285 Downloads
Caches authenticated user information to prevent laravel query on every request.
paulhenri-l/eloquent-builder-decorator
14490 Downloads
Allows you to decorate Laravel query builders
fbsouzas/flery-builder
4 Downloads
A Laravel query builder package.
andrewdevelop/eloquent-filter
374 Downloads
A basic filtering package for Laravel's query builder
nahidulhasan/eloquent-filter
290 Downloads
Laravel eloquent query filter
casinelli/wikipedia
10077 Downloads
Laravel package to query Wikipedia
snype/nplusone
9 Downloads
This package helps you detect and log N+1 queries in a Laravel application to help optimize database performance. By listening to all database queries executed during the request lifecycle, the package identifies queries that may lead to N+1 query problems, which can severely impact the performance of your application.
naph/searchlight
1752 Downloads
Search query language for Laravel 5.4+ supporting Eloquent and Elasticsearch
markese/datatables
26 Downloads
Create HTTP responses compatible with Datatables for JQuery from Eloquent Models, Query Builders, and Laravel Collections.
hungnguyenba/apidriver
39 Downloads
A Api based Eloquent model and Query builder for laravel (Api Eloquent)
filippo-toso/positionstack
869 Downloads
A simple Laravel library to execute queries to positionstack.com
smgladkovskiy/querier
35 Downloads
Queries for Command-Query Separation Principle in Laravel