belongs-to-through
Inverse relation builder
Allows defining inverse relationships in Eloquent models with unlimited intermediate tables
Laravel Eloquent BelongsToThrough relationships
1k stars
21 watching
89 forks
Language: PHP
last commit: 4 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sbarre/eloquent-versioned | Adds transparent versioning support to Eloquent ORM in Laravel 5.2 and later versions. | 30 |
spatie/eloquent-sortable | Adds sortable behaviour to Eloquent models by automatically assigning the highest order number to new records and providing a query scope for fetching records in the right order. | 1,407 |
santigarcor/laratrust | Handles roles and permissions in Laravel applications | 2,198 |
nicolaslopezj/searchable | Adds search functionality to Eloquent models in Laravel applications | 2,010 |
elasticquent/elasticquent | A tool for mapping Eloquent models to Elasticsearch types to simplify the integration of search functionality into Laravel applications. | 1,354 |
rdehnhardt/skeleton | A Laravel application with registration disabled and modified routing and file structure. | 177 |
maknz/slack-laravel | Integrates Slack with Laravel web applications | 155 |
reliese/laravel | Automatically generates Laravel models based on a database schema | 1,487 |
vinelab/neoeloquent | A Neo4j Graph Eloquent Driver for Laravel | 644 |
andrewxtsang/oauth-5-laravel | A Laravel package providing an oAuth wrapper service for integrating with various social media and online services | 2 |
sleimanx2/plastic | A package for mapping and querying data between Laravel models and Elasticsearch | 509 |
jameslkingsley/laravel-references | A package that adds unique references to models in Laravel, allowing quick reference-based routing and API building. | 13 |
nkallen/arel | A framework for building relational algebra in Ruby to simplify and standardize SQL queries across various databases. | 268 |
redcrystalcode/laravel-value-objects | A package for casting Eloquent model attributes to value objects with ease. | 23 |
hootlex/laravel-friendships | A package that enables Eloquent models to manage friend relationships, allowing users to send and accept friend requests. | 704 |