Libraries tagged by model deletion
acfbentveld/laravel-datatables
2898 Downloads
Datatables that supports pagination and recursive searching in relations
yii2-module/yii2-crud
440 Downloads
A library that provides crud (i.e. low level backend admin) controllers and actions for relational models
flyingapesinc/deepsearch
870 Downloads
Advanced model and relationships search for Laravel
bfg/scaffold
678 Downloads
Scaffolding for recursively creating migration models and relationships between them
arslanayoub/searchable-scope
7 Downloads
Reusable search scope trait for Laravel models with nested relation and priority support.
crocodicstudio/cbmodel
13592 Downloads
Boost your laravel database relation with model enhancement
laravel-liberu/dynamic-methods
3102 Downloads
Dynamic methods, relations or accessors for models
plank/larelations
35 Downloads
Extract the relations from a given Laravel model
wfeller/parental
1618 Downloads
A simple eloquent trait that allows relationships to be accessed through child models.
userfrosting/extend-user
350 Downloads
An example Sprinkle for extending the User model and table with additional fields or relationships.
roy404/eloquent
108 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.
rapidwebltd/improved-polymorphic-eloquent-builder
1147 Downloads
Attempting to use whereHas queries with standard Eloquent polymorphic relationships will fail, due to Eloquent being unable to determine the correct model to retrieve. The 'Improved Polymorphic Eloquent Builder' is a class which extends the Eloquent Builder class that is built in to Laravel 5.1. It enables limited use of the whereHas method to query Eloquent polymorphic relationships.
igaster/eloquent-inheritance
149 Downloads
Use a One-To-One (or One-To-Many) relation between a parent & child Tables to simulate inheritance between Models
chandra-hemant/htkc-utils
203 Downloads
Introducing a powerful and flexible dynamic search, push notifications, file upload, alpha numeric generator functions for Laravel applications, designed to simplify complex queries with nested and recursive relationship conditions. This package provides an elegant solution to dynamically search across multiple models and their related data, offering developers the ability to handle various levels of relationships in a single, streamlined query.
akira/laravel-followable
161 Downloads
A lightweight and flexible Laravel package that adds follow/unfollow functionality to Eloquent models. With an intuitive API, it allows users to follow other users, track entities, and manage relationships effortlessly.