Libraries tagged by eloquent database
msafadi/laravel-eloquent-join-with
6054 Downloads
Laravel Eloquent Join With Relationships
eusonlito/laravel-database-cache
4588 Downloads
Cache Database Query results on Laravel Query Builder or Eloquent
austinheap/laravel-database-encryption
76213 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
tiny-pixel/acorn-db
8857 Downloads
Eloquent database support for Acorn projects
zaber-dev/laravel-reservation
50 Downloads
Application-level resource reservation for Laravel with stateful booking lifecycles, expiration, cache and database storage, Eloquent integration, middleware, and a fluent builder API.
bjerke/api-query-builder
7829 Downloads
A query builder for Laravel that parses the request and uses Eloquent ORM to query database
znck/plug
1724 Downloads
Addons for Laravel Eloquent
tusimo/embed-relation
10774 Downloads
a relation for laravel
trilote/baum
9649 Downloads
Baum is an implementation of the Nested Set pattern for Eloquent models.
thomas-0816/laravel-duckdb
563 Downloads
Laravel Eloquent driver for DuckDB, powered by the PHP PDO Driver for DuckDB, modern analytics
sridhar-s-subramanian/filament-dbview
697 Downloads
Adminer-like, strictly read-only database viewer for Filament panels, scoped to the host app's Eloquent models.
someonefamous/laravel-findby
11573 Downloads
Extended 'find' functionality for Eloquent (Laravel).
solomon-ochepa/laravel-settings
10757 Downloads
Store settings as key-value pairs in the database.
socialblue/laravel-query-adviser
4104 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.
rackbeat/laravel-morph-where-has
61345 Downloads
Fix whereHas for morphTo relations.