Libraries tagged by model deletion
erikgall/eloquent-phpunit
16504 Downloads
Test Eloquent models, database schemas & tables, relationships/foreign keys using PHPUnit.
zbiller/laravel-duplicate
596 Downloads
Duplicate any Eloquent model along with its underlying relationships
zbiller/laravel-revisions
42 Downloads
Create multiple revisions of any Eloquent model record along with its underlying relationships
neurony/laravel-sort
112 Downloads
Sort Eloquent model records by their attributes or relationships
tomatophp/filament-meta
287 Downloads
Convert any model on your app to pluggable model using Meta and get ready to use relation manager on FilamentPHP panel
level-2/maphper
765 Downloads
A lightweight ORM using the DataMapper pattern, creates database tables on the fly.
mjkhajeh/wporm
107 Downloads
WPORM is a lightweight, Eloquent-inspired ORM for WordPress plugins and themes. It provides expressive, fluent query building, model relationships, schema management, attribute casting, and event hooks—while fully supporting the WordPress database API and table prefixing. WPORM makes it easy to build modern, maintainable database code in any WordPress project.
namaa-solutions/laravel-orion
3247 Downloads
Laravel Orion allows you to build a fully featured REST API based on your Eloquent models and relationships with the simplicity of Laravel as you love it.
arthurydalgo/laravel-iso-countries
2796 Downloads
Ready-to-use Laravel models and relations for country (ISO 3166), language (ISO 639-1), and currency (ISO 4217) information with multi-language support.
luezoid/laravel-core
2049 Downloads
A feature rich Laravel package which provides fast & flexible way to quickly build powerful RESTful APIs. Various other features like queries & filters over nested complex relationships between models can be done on the go using this package. Read the docs for more info.
kalimeromk/filterable
2482 Downloads
A Laravel package that simplifies dynamic filtering and searching across models and their relationships, eliminating repetitive query code.
sfneal/address
65912 Downloads
Add polymorphic 'address' relationships to Eloquent Models in Laravel applications
jarektkaczyk/eloquent-triple-pivot
1127 Downloads
Many-to-many relations between 3 models
payter/has-column-many
18607 Downloads
This package will provide functionality to add coma separated ID relations for Laravel Eloquent models
tecdiary/laravel-attachments
1853 Downloads
Attach files to your models, retrievable by key, group name or using the Eloquent relationship.