Libraries tagged by eloquet
affordablemobiles/eloquent-datastore
3434 Downloads
A package for using Google Datastore as a database driver.
adrolli/eloquent-mutators
5964 Downloads
Reusable accessors/mutators (getters/setters) for Laravel 5's Eloquent
sprocketbox/eloquent-identity
3202 Downloads
An identity map implementation for Eloquent
justbetter/statamic-eloquent-driver-globalset-migration-generator
4008 Downloads
Creates a database migration when a new globalset is created
i-rocky/eloquent-dynamic-relation
15452 Downloads
Adds dynamic relationship capability to eloquent ORM models
bluefeather/eloquent-filemaker
17560 Downloads
A package for getting FileMaker records as Eloquent models in Laravel
a1comms/eloquent-datastore
7212 Downloads
A package for using Google Datastore as a database driver.
yazan/laravel-settings
3734 Downloads
Laravel Settings to create your website and model settings in an easy way
wilianx7/laravel-auditing
8804 Downloads
Audit changes of your Eloquent models in Laravel/Lumen. Forked from owen-t/laravel-auditing.
wayofdev/laravel-cycle-orm-adapter
9865 Downloads
🔥 A Laravel adapter for CycleORM, providing seamless integration of the Cycle DataMapper ORM for advanced database handling and object mapping in PHP applications.
turahe/laravel-likeable
519 Downloads
Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.
triun/laravel-model-base
8392 Downloads
Generate Eloquent Model Bases for Laravel
torann/laravel-cloudsearch
13686 Downloads
Index and search Laravel models on Amazon's CloudSearch.
solomon-ochepa/laravel-settings
4098 Downloads
Store settings as key-value pairs in the database.
socialblue/laravel-query-adviser
3343 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.