Libraries tagged by eloquent database
socialblue/laravel-query-adviser
3328 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.
sloth-dev-guy/searches
2633 Downloads
Perform searches with Eloquent models using an array-like API setup
semhoun/slim-tracy
604 Downloads
Tracy for Slim4 Framework Debugger
sarfraznawaz2005/indexer
2733 Downloads
Laravel package to monitor SELECT queries and offer best possible INDEX fields.
ort-interactive-gmbh/laravel-couchbase
348 Downloads
A Couchbase based Eloquent model and Query builder for Laravel
nazarii-kretovych/laravel-api-model-driver
28 Downloads
API driver for Laravel 7 Eloquent models
mybizna/automigrator
1223 Downloads
Declare database migrations and factory definitions inside Laravel models.
muhaimenul/lara-search
76 Downloads
An eloquent model searching package with various searching configuration.
mpociot/couchbase
2042 Downloads
A Couchbase based Eloquent model and Query builder for Laravel
mgpl2311/laravel-db-encrypter
4856 Downloads
Provides database model attribute encryption/decryption
littlebug/laravel-repository
4039 Downloads
The repository mode for laravel!
lab2view/lada-cache
874 Downloads
A Redis based, automated and scalable database caching layer for Laravel
khaleelrasakh/laravel-mongodb
88 Downloads
A MongoDB based Eloquent model and Query builder for Laravel
jsefton/laravel-virtual-fields
1193 Downloads
Allow eloquent models to store and retreive data against anything without needing a specific database column
jimbolino/laravel-model-builder
10659 Downloads
builds eloquent models based on the tables and relations found in your mysql database