Libraries tagged by belongsTo
publica/relaquent
2 Downloads
Extension of Laravel's Eloquent relationships: additional relationship types, query joins, pivot models, converters and helpers
phlak/laravel-pivot
8862 Downloads
This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.
nicolassfr/laravel-pivot
18 Downloads
Custom package of fico7489/laravel-pivot adding pivotSyncing and pivotSynced methods to self fire sync() Laravel method.
zareismail/nova-cascade
62 Downloads
A Laravel Nova field for the BelongsTo and the MorphTo relation.
think.studio/nova-entity-select-field
22 Downloads
Laravel Nova Entity Select Field. Package allow implement functionality similar to BelongsTo but for general fields purpose, not for relation one.
savannabits/savadmin
454 Downloads
Simplistic, Minimal, yet fully automated Laravel Admin CRUD Code Generator with support for belongsTo Relationships, fully scaffolded roles and users module and CoreUI 3.0.0 frontend framework
repat/shipping-service-provider-check
20 Downloads
Simple trial-and-error library for testing which shipping provider a tracking number belongs to
petersonsilva/easyiigii
1621 Downloads
Generate Relational (hasMany, hasOne, belongsTo, & nested) Models & CRUD.
oyova/laravel-nova-prepopulate-searchable
20 Downloads
A tool to allow BelongsTo searchable fields to be pre-populated with data.
netbuild/apidriver
20 Downloads
An Eloquent model and query builder with support for Restful Api Server using the original Laravel API. This library extends the original Laravel classes, so it uses exactly the same methods. Supports relationships to other models with methods like hasMany, belongsTo, etc.
naduvko/yii2-enhanced-gii
61 Downloads
Generate Relational (hasMany, hasOne, belongsTo, & nested) Models & CRUD.
n0n0n0n0/with-join
34 Downloads
Package to convert Eloquent BelongsTo subqueries into one query with left join for Laravel 5+.
kllakk/yii2-enhanced-gii
35 Downloads
Generate Relational (hasMany, hasOne, belongsTo, & nested) Models & CRUD.
jumper423/with-join
32 Downloads
Package to convert Eloquent BelongsTo subqueries into one query with left join.
igunultas/eager-load-pivot-relations
8 Downloads
Eager load pivot relations for Laravel Eloquent's BelongsToMany relation.