Libraries tagged by laravel reactions
josef/postgre-comma-relations
172 Downloads
To create a Eloquent relationships with comma separated foreign key or using a string_to_array postgre function.
hellomohsinhello/laravel-relation-parser
32 Downloads
Easily load model relations from frontend without changing your API
envant/laravel-model-mutator
266 Downloads
Load relations and append attributes from request query
defstudio/laravel-keyby-id
6305 Downloads
Adds KeyBy('id') to Eloquent relationships
c-tanner/laravel-deep-sync
2 Downloads
Elegantly sync properties across any relationship
ardalanamini/laravel-custom-relation
163 Downloads
Create your own custom relation for when stock relations aren't enough
architools/laravel-sieve
9 Downloads
Laravel Sieve is a lightweight yet powerful filtering and sorting engine for Laravel applications. It transforms HTTP query parameters into clean, maintainable Eloquent or Query Builder queries with zero boilerplate. Built to follow SOLID and DRY principles, this modular package supports dynamic filtering, custom sorting, relationship constraints, and JSON field queries. Ideal for RESTful APIs, admin panels, and data-intensive applications, it keeps your controllers slim and your queries expressive — all while embracing Laravel best practices.
akira/laravel-followable
161 Downloads
A lightweight and flexible Laravel package that adds follow/unfollow functionality to Eloquent models. With an intuitive API, it allows users to follow other users, track entities, and manage relationships effortlessly.
venturedrake/laravel-crm-install
0 Downloads
Install and setup a complete Laravel CRM application
acfbentveld/laravel-datatables
2898 Downloads
Datatables that supports pagination and recursive searching in relations
scaffolds/builder
301 Downloads
Laravel 5* Scaffold Generator
inani/lazy-belongs-to-many
31 Downloads
A lightweight implementation of Laravel's BelongsToMany relationship
riesjart/relaquent
2320 Downloads
Extension of Laravel's Eloquent relationships: additional relationship types, query joins, pivot models, converters and helpers
pendalff/eloquent-joins
2640 Downloads
Support for joins at the relationship level in Laravel's Eloquent ORM.
erikgall/transformer
306 Downloads
Laravel model transformers with relationships for API based applications.