Libraries tagged by model deletion
nhalstead/transferable
187 Downloads
Transfer attached relationships from one model instance to another model instance of the same type.
k1zang/extendable-tables
1 Downloads
simplify morphy relations by extending models in Laravel
folklore/eloquent-mediatheque
4047 Downloads
Laravel 4 and 5 package to add media relations to Eloquent Models
ajayjoshi/polymorphic-history
24 Downloads
This Package is used for managing model histories using polymorphic relations
tqt97/fi-blog
0 Downloads
Basic blog with model articles, categories, tags and relations
pozitronik/yii2-selectmodelwidget
80 Downloads
Extended selection widget for ActiveRecord models
mortimer/poignant
290 Downloads
Eloquent and Ardent on steroids, adds in-model validations, user stamping, declarative relations, cascaded operations on relations (save, delete). To make RoR devs feel a bit more at home.
gammamatrix/playground-crm
8 Downloads
Playground: Provide the CRM models for the Playground Client Relationship Management System.
eufony/orm
0 Downloads
Model-based zero-configuration PHP object relational mapping library.
devkhris/laravel-friendships
17 Downloads
This package gives Eloquent models the ability to manage friendship relations, this package is a fork from hootlex/laravel-friendships.
asb/morphmtm
2 Downloads
This package provides you with a module to automatically files need (Model,Migrations,...) add Morph many-to-many relations to your project along with commonly used basic commands.which minimizes the trial and error operation for you..
envor/parental
138 Downloads
A simple eloquent trait that allows relationships to be accessed through child models.
roy404/eloquent
2 Downloads
Eloquent is the default ORM (Object-Relational Mapping). It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.
pandorga/owner
12 Downloads
Allow Eloquent models to own each other. Supports many to many relationships.
nojiri1098/laravel-annotate
0 Downloads
Add a method list of scopes, accessors, mutators, relations and so on to top of each model file.