Libraries tagged by model deletion
davidwesdijk/laravel-polymorphic-eav
1841 Downloads
Integrate the entity-attribute-value model with polymorphic Eloquent-relations in your Laravel application.
gvasilopulos/yii2-enhanced-gii
209 Downloads
Generate Relational (hasMany, hasOne, belongsTo, & nested) Models & CRUD.
riesjart/relaquent
2320 Downloads
Extension of Laravel's Eloquent relationships: additional relationship types, query joins, pivot models, converters and helpers
umutphp/laravel-belongs-to-user
863 Downloads
The smallest Laravel package for having User belongs to relation
solutosoft/yii-linkmany
2259 Downloads
Load, validate and save automatically related Active Record models
scaffolds/builder
301 Downloads
Laravel 5* Scaffold Generator
phpfui/orm
238 Downloads
Minimal ORM for MySQL, SQLite and MariaDB
pedro151/orm-generator
335 Downloads
orm-generator maps the entire database and then creates the DAO (Data Access Object) and ORM (Object-relational mapping) of the entire database to facilitate the development. uses various types of databases like Postgres and Mysql and various types of ORM framework.
kjmtrue/laravel-attributes
735 Downloads
Rinvex Attributes is a robust, intelligent, and integrated Entity-Attribute-Value model (EAV) implementation for Laravel Eloquent, with powerful underlying for managing entity attributes implicitly as relations with ease. It utilizes the power of Laravel Eloquent, with smooth and seamless integration.
inani/lazy-belongs-to-many
31 Downloads
A lightweight implementation of Laravel's BelongsToMany relationship
holacliente/laravel-datatables
220 Downloads
Datatables that supports pagination and recursive searching in relations
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.
alirezaghasemi/laravel-searchable
13 Downloads
A Laravel package for adding search functionality to models.
titon/db
660 Downloads
The Titon database package provides a basic database abstraction layer and an object relational mapper.
thomasjbradley/micromodel
34 Downloads
MicroModel: a really basic ORM-like form and table mapper, for working with Silex, Symfony Forms, and Doctrine DBAL; supports single tables without relationships.